Skip to content

Specific Kafka Brokers on Specific Kubernetes Nodes #11389

Answered by scholzj
remotejon asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to use a different configuration for different brokers, you can do it, for example, using multiple different KafkaNodePools: https://strimzi.io/blog/2023/08/14/kafka-node-pools-introduction/. That would allow you to configure different affinities for different pools of brokers. However, keep in mind that Kafka does not have any advanced support for asymmetric configurations of different brokers such as different storage. So be careful whether you really want to have 3 brokers using Ceph and the 4th one using something else. Technically, it is possible. But there will be no intelligent balancing between the brokers out of the box etc.

(Also please keep in mind that you are usin…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@remotejon
Comment options

Answer selected by remotejon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants