-
Notifications
You must be signed in to change notification settings - Fork 41.1k
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
Methods in KafkaConnectionDetails are named inconsistently #35733
Conversation
Thanks @izeye! I wonder what we should do about that method rename since 3.1 is already out. We could deprecate the old one or we could risk it since 3.1 hasn't been out that long and we're probably the only implementers right now. |
@wilkinsona Sure, done! |
@wilkinsona Great, done again. |
We discussed this and decided that we'd risk the breaking API change. It's a shame we didn't get this into 3.1.1 but I don't think that should change the decision. |
Thanks very much, @izeye. |
This PR polishes the changes made in gh-34770 a bit by completing renaming nodes to servers.
It contains a breaking change, but I didn't do anything for it as I don't know what the preference for it is here.