-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable additional properties for topicConfigurationObject #228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense to me - nice catch, thanks
Quick question, do we need to increase the version of the binding that is presented here? |
Hey there! I understand the general purpose of enabling additional properties, but - for this specific concern of schema and registry-related things, we already have BTW: we'll also have to report this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@dalelane @lbroudoux folks, today evening we merge |
and if it comes to versioning, yes, imho it is new version because you also need to adjust anyway, not much time left 😉 |
Thanks for the comments everyone! I've updated the kafka bindings readme file. @lbroudoux I see your point and also I am in favour of keeping the properties vendor-neutral. In our use case, we need to specify some of the Confluent topic configurations listed in here. For schema-related properties, we could follow what you have suggested but there are too many other configurations we need to consider. So I think it would be better to allow additional properties to give some flexibility. @derberg do you think we can get this merged now? |
Hey @gokerakc! I totally agree that we should not add all the available confluent-specific props, and your proposal makes sense. Still, shouldn't we add something like @dalelane What do you think? |
Thanks @lbroudoux! IMO, the new property |
Hey folks, looks like there is not 💯 consensus, so we had a chat and do not want to rush here and merge this one as it would complicate life a bit -> https://asyncapi.slack.com/archives/C0230UAM6R3/p1701202455849719 (to join slack go to https://asyncapi.com/slack-invite) Please continue discussion after we release v3 and improve what you need. From perspective of AsyncAPI v2 bindings were "experimental" and we did not validate them - AsyncAPI 3.0.0 is the first release where specification JSON Schema file includes bindings JSON Schema. So tooling do not block you from using additional properties for kafka binding in AsyncAPI v2 documents |
I am closing this PR since it requires 💯 consensus and also because of the v3 updates some changes need to be moved to the schema repo. I've created a new issue to discuss about this change. Please check this issue and share your thoughts so we can move forward. @lbroudoux @derberg @KhudaDad414 @dalelane Thanks for your help! |
Description