kafqa icon indicating copy to clipboard operation
kafqa copied to clipboard

Quality tool for kafka, verifying kafka ops

Results 13 kafqa issues
Sort by recently updated
recently updated
newest added

Kafka injects timestamp when messages reach kafka, currently we report `receive ts - produce ts` and this enables to have granular latency to figure out the issue in producer/consumer.

When produced at higher rate librdkafka errors out `Error producing message to kafka: Local: Queue full`. * Expose configuration and means to edit queue.size * Manage high throughput with batching...