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

Warnings When Running in Kafka Cluster #2116

Open
OwenCorrigan76 opened this issue Jan 23, 2024 · 2 comments
Open

Warnings When Running in Kafka Cluster #2116

OwenCorrigan76 opened this issue Jan 23, 2024 · 2 comments
Labels
question A code or meta question about the project.

Comments

@OwenCorrigan76
Copy link

Running Cruise Control in a Kafka cluster and getting warnings. Should I be concerned about these warnings? Here is a sample:

ConsumerConfig:384 - The configuration 'broker.metrics.window.ms' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN ConsumerConfig:384 - The configuration 'metric.anomaly.finder.class' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN ConsumerConfig:384 - The configuration 'linear.regression.model.min.num.cpu.util.buckets' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN ConsumerConfig:384 - The configuration 'sample.partition.metric.store.on.execution.class' was supplied but isn't a known config.
ProducerConfig:384 - The configuration 'topic.replica.count.balance.max.gap' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN ProducerConfig:384 - The configuration 'config.providers.env.class' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN ProducerConfig:384 - The configuration 'metadata.factor.exponent' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN ProducerConfig:384 - The configuration 'partition.metric.sample.store.topic' was supplied but isn't a known config.
AdminClientConfig:384 - The configuration 'min.topic.leaders.per.broker' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN AdminClientConfig:384 - The configuration 'anomaly.detection.goals' was supplied but isn't a known config.
2024-01-23 14:37:40 WARN AdminClientConfig:384 - The configuration 'min.valid.partition.ratio' was supplied but isn't a known config.

@OwenCorrigan76
Copy link
Author

Is there any update on this issue? Thanks

@CCisGG CCisGG added the question A code or meta question about the project. label Feb 21, 2024
@CCisGG
Copy link
Contributor

CCisGG commented Feb 21, 2024

I wouldn't worry about those warnings since they don't have any effects. However it seems like you are passing cruise control configs into your kafka producer/consumer, which is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A code or meta question about the project.
Projects
None yet
Development

No branches or pull requests

2 participants