Methods in KafkaConnectionDetails are named inconsistently#35733
Closed
izeye wants to merge 1 commit intospring-projects:mainfrom
Closed
Methods in KafkaConnectionDetails are named inconsistently#35733izeye wants to merge 1 commit intospring-projects:mainfrom
izeye wants to merge 1 commit intospring-projects:mainfrom
Conversation
Member
|
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. |
Member
Contributor
Author
|
@wilkinsona Sure, done! |
Member
Contributor
Author
|
@wilkinsona Great, done again. |
Member
|
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. |
wilkinsona
approved these changes
Jun 30, 2023
Member
|
Thanks very much, @izeye. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.