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

Remove Cruise Control's cluster.configs.file and related code #9486

Closed
wants to merge 1 commit into from

Conversation

fvaleri
Copy link
Contributor

@fvaleri fvaleri commented Dec 22, 2023

The cluster.configs.file configuration property is never used. The KafkaTopicConfigProvider is now deprecated, and KafkaAdminTopicConfigProvider is used by default. The KafkaAdminTopicConfigProvider retrieves cluster configs via the Kafka admin client rather than reading them from a file.

linkedin/cruise-control#1622

The cluster.configs.file configuration property is never used.
The KafkaTopicConfigProvider is now deprecated, and KafkaAdminTopicConfigProvider is used by default.
The KafkaAdminTopicConfigProvider retrieves cluster configs via the Kafka admin client rather than reading them from a file.

linkedin/cruise-control#1622

Signed-off-by: Federico Valeri <[email protected]>
@scholzj
Copy link
Member

scholzj commented Dec 22, 2023

Maybe we should finish the discussion in #9471 first before doing this? As that seems to suggest this is needed and used. I do not think opening more PRs is the right solution how to decide the next steps.

@fvaleri
Copy link
Contributor Author

fvaleri commented Dec 22, 2023

Ok, I'll mention the possibility to open it in my comment.

@fvaleri fvaleri closed this Dec 22, 2023
@fvaleri fvaleri deleted the remove-cluster-cfg branch December 22, 2023 16:17
@scholzj
Copy link
Member

scholzj commented Dec 22, 2023

@fvaleri Maybe we should discuss both PRs in some call in January. Probably something ad-hoc as the next community call is early CET, so @kyguy would not make it there.

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