|
|
|
|
|
by manigandham
3067 days ago
|
|
> Pony Kafka sends data to Kafka about 5% - 10% slower than librdkafka but reads data from Kafka about 75% slower than librdkafka. What? So what's the point? Wouldn't it better to just contribute and optimize the existing clients then? The Kafka/confluent team specifically chose to implement everything in librdkafka (because kafka is client-side logic heavy) and then make thin wrappers for every language so performance, bugs and stability can all be worked on in a single place. |
|