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 #9499

Merged
merged 1 commit into from Jan 7, 2024

Conversation

fvaleri
Copy link
Contributor

@fvaleri fvaleri commented Jan 3, 2024

The Cruise Control's cluster.configs.file configuration property is never used. The KafkaTopicConfigProvider is now deprecated in favor of KafkaAdminTopicConfigProvider, which is used by default. The KafkaAdminTopicConfigProvider retrieves cluster configs via the Kafka admin client rather than reading them from a file. For these reasons, we can get rid of this configuration and related code.

linkedin/cruise-control#1622

The Cruise Control's cluster.configs.file configuration property is never used.
The KafkaTopicConfigProvider is now deprecated in favor of KafkaAdminTopicConfigProvider, which is used by default.
The KafkaAdminTopicConfigProvider retrieves cluster configs via the Kafka admin client rather than reading them from a file.
For these reasons, we can get rid of this configuration and related code.

linkedin/cruise-control#1622

Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
@fvaleri fvaleri added this to the 0.40.0 milestone Jan 3, 2024
@scholzj scholzj removed their request for review January 3, 2024 10:57
Copy link
Member

@kyguy kyguy left a comment

Choose a reason for hiding this comment

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

Nice catch @fvaleri, looks good to me!

@scholzj
Copy link
Member

scholzj commented Jan 7, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@scholzj scholzj merged commit 1eaa66b into strimzi:main Jan 7, 2024
21 checks passed
@fvaleri fvaleri deleted the cc-cluster-cfg branch January 7, 2024 22:00
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.

None yet

4 participants