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-17171: Add test cases for STATIC_BROKER_CONFIGin kraft mode #18463

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

frankvicky
Copy link
Contributor

JIRA: KAFKA-17171

The patch should include following test cases.

  1. a topic-related static config is added to quorum controller. The configs from topic creation should include it, but describeConfigs does not.
  2. a topic-related static config is added to quorum controller. The configs from topic creation should include it, and describeConfigs does if admin is using controller.bootstrap
  3. a topic-related static config is added to broker. The configs from topic creation should NOT include it, but describeConfigs does.
  4. a topic-related static config is added to broker. The configs from topic creation should NOT include it, and describeConfigs does not also if admin is using controller.bootstrap
    for another, the docs of STATIC_BROKER_CONFIG should remind the impact of "controller.properties"
    BTW, those test cases should leverage new test infra, since new test infra allow us to define configs to broker/controller individually.

Committer Checklist (excluded from commit message)

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

@github-actions github-actions bot added triage PRs from the community core Kafka Broker tests Test fixes (including flaky tests) small Small PRs labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Kafka Broker small Small PRs tests Test fixes (including flaky tests) triage PRs from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant