> 2. our own kafka software load balancer (implemented using said library) > that shards out independent Kafka instances (guarantees in-order delivery > per topic and scales the # of kafka topics linearly as a function of the # > of kafka machines)
I'm just researching how you can get some kind of in-order delivery guarantees using Kafka. Could you maybe tell us a bit more on how you approached it?