Skip to content

Is it possible to resize disk on individual brokers? #10618

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

You must be logged in to vote

You cannot configure the storage size per broker. But you can create different KafkaNodePools with different types of brokers. For example one with 3 brokers with small storage and another one with 3 brokers with large storage (If you take it to extreme, you can have many node pools each with 1 broker). The only issue is that Kafka does not really support any advanced scheduling of the topics to different brokers. So you pretty much have to manually make sure that the topics are on the correct brokers.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jslusher
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