Re: Equally distributing Kafka topics within the cluster

2017-08-28 Thread zbyszek
Thank you Slava, I am testing some solutions and if this yields something to be proud of then I will share definitely... regards, zbyszek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Equally-distributing-Kafka-topics-within-the-cluster-tp16377p16458.html Se

Re: Equally distributing Kafka topics within the cluster

2017-08-28 Thread slava.koptilin
Hi Zbyszek, I don't think there is a way that can be used out of the box. It seems, your approach based on topology events and some shared state looks workable. Another option that can be used here is trying to implement your own affinity function, but it's not a simple way I think. In any way, i