2021年1月4日星期一

Kafka - set ISR based on topics' prefix

I have following problem to solve. Do You Guys know mechanism that would allow set different min ISR value based on topic prefix? For example topics created with prefix app-* would have default min ISR value set to 2, logs-* equal to 1 but value for core-* would be 4. min.insync.replicas is not sufficient, because It would not cover newly created topics.

https://stackoverflow.com/questions/65571631/kafka-set-isr-based-on-topics-prefix January 05, 2021 at 08:21AM

没有评论:

发表评论