Skip to content

Conversation

mschwrz
Copy link
Contributor

@mschwrz mschwrz commented Jun 4, 2021

Resolves #1482.
Needs refactoring, but wanted to share the code already to get some feedback.

@pivotal-cla
Copy link

@marekschwarz Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@marekschwarz Thank you for signing the Contributor License Agreement!

Copy link
Contributor

@garyrussell garyrussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me; just one minor comment about formatting - thanks!

Please proceed to make any more changes you are planning - we prefer to add more commit(s) to the PR rather than squashing, so we can easily see the incremental changes.

Thanks


private Map<ConfigResource, List<ConfigEntry>> checkTopicsForConfigMismatches(
AdminClient adminClient, Collection<NewTopic> topics) {
List<ConfigResource> configResources = topics.stream()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We like to add a blank line before code when the method signature wraps.

@garyrussell
Copy link
Contributor

Thanks. Merged as 3861e44 and a6aff27

@garyrussell garyrussell closed this Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow update of retention.ms during topic modification via NewTopic
3 participants