Skip to content
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

KAFKA-17529: Remove blacklist from MM2 #17202

Open
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Conversation

chiacyu
Copy link
Contributor

@chiacyu chiacyu commented Sep 15, 2024

As titled, check KAFKA-17529 for details.
Please take a look, thanks!

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@chia7712
Copy link
Contributor

@chiacyu thanks for your patch. Could you please cleanup the test of

Also, please update upgrade.html

Copy link
Contributor

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

@chiacyu thanks for your patch. please check testConfigBackwardsCompatibility also

@@ -51,6 +51,18 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4
The <code>--whitelist</code> option was removed from the <code>kafka-console-consumer</code> command line tool.
Please use <code>--include</code> instead.
</li>
<li>
The <code>--whitelist</code> option was removed from the <code>kafka-console-consumer</code> command line tool.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove this unrelated change

Copy link
Contributor

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

@chiacyu thanks for updated patch. Could you please remove groups.blacklist also?

@@ -69,8 +69,8 @@ public void testConfigPropertyMatching() {
@Test
public void testConfigBackwardsCompatibility() {
Copy link
Contributor

Choose a reason for hiding this comment

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

we don't need this test because the blacklist-related configs are removed, right?

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.

2 participants