Travis Jeffery
Travis Jeffery
@skotchpine checkout https://github.com/apache/kafka/blob/trunk/bin/kafka-producer-perf-test.sh/https://github.com/apache/kafka/blob/trunk/tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java and its consumer counterpart.
Yeah @kempjeng has it, the recovery may not match up 100% yet and the replication I'm working on now. But we need that truncation is needed to periodically remove old...
Ahhh. Yes we need to truncate from the head here rather than truncate from the tail.
Thanks for the issue, I'll look into it tomorrow.
@skotchpine closely, I want Kafka clients/libaries to be compatible with Jocko.
@alexellis yeah you can get away with it. I'll put up an example tomorrow. What's the use case? Testing or a small dev project?
Hey Yigong, Yeah might as well create export a client other people can use, could end up with a really nice Go client for producing, consuming, admin'ing if we pool...
Hey this looks like a great start! @altkatz
Not all brokers will be raft node's/replicas cause it's not necessary. The plan is to make only a subset of brokers have to run raft, all run serf for service...
The point for building in serf/raft is that it isn't that much work to do so, and I don't have to rely on another service. There are also advantages in...