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-7780] Kafka client should validate topic-level configs and update only unique values #6088

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

Conversation

ManoharVanam
Copy link
Contributor

User Interface Improvement : Kafka client should validate topic-level configs, and throw exception in case of invalid (duplicate) config values.

Example: ./kafka-topics.sh --create --topic test --partitions 2 --replication-factor 1 --zookeeper localhost:2181 --config cleanup.policy=delete,compact,delete
should throw exception like
Invalid value delete,compact,delete for configuration cleanup.policy: Contains duplicate values

Committer Checklist (excluded from commit message)

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

@ManoharVanam ManoharVanam changed the title [KAFKA-7780] Kafka client should validate topic-level configs and update only unique values [WIP][KAFKA-7780] Kafka client should validate topic-level configs and update only unique values Jan 4, 2019
@ManoharVanam ManoharVanam changed the title [WIP][KAFKA-7780] Kafka client should validate topic-level configs and update only unique values [KAFKA-7780] Kafka client should validate topic-level configs and update only unique values Jan 8, 2019
@ManoharVanam
Copy link
Contributor Author

@hachikuji @omkreddy Please take a look when you get a chance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant