fix: remove invalid x- fields from Kafka bindings example#1170
fix: remove invalid x- fields from Kafka bindings example#1170wei123-web wants to merge 2 commits intoasyncapi:masterfrom
Conversation
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
|
Hello! AsyncAPI maintainers This PR fixes the ADEO Kafka example by removing invalid Thanks for reviewing! |
ed50b39 to
0c06140
Compare
|
Hello! maintainers |
|
|
Thanks for the contribution. I’m closing this PR because, while there is an existing issue, it was not approved or opened for contribution before the pull request was submitted. Please make sure to follow the contribution guidelines, which explain when issues are considered ready for implementation and when pull requests are appropriate. |
|
got it I’ll follow the contribution guidelines |



title: ""
---fix: remove invalid x- fields from Kafka bindings example
Related issue(s):
The ADEO Kafka example had invalid x- fields in Kafka bindings.
These fields are not allowed according to the Kafka binding JSON schema.
Removed x-key.subject.name.strategy and x-value.subject.name.strategy.
Related issue(s): #1164