You can create multiple partitions of a topic and kafka will attempt to distribute them evenly.
E.g if you have 3 brokers and you create 3 partitions of a topic, each broker will be the leader of 1 of the 3 partitions. P.S how did the benchmarking go? On Sat, Sep 17, 2016 at 1:36 PM, kant kodali <[email protected]> wrote: > can one topic be registered in multiple brokers? if so, which component of > kafka decides which broker should get the message for that particular > topic? > Thanks!
