python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kafka Producers Slower After EKS, Strimzi, Istio upgrade
Several months ago, we upgraded to a newer version of EKS in our lower environments. The production environments haven't been upgraded yet. Ever since doing the upgrade, we have observed a performan...
Victor Rodriguez
Votes: 0
Answers: 0
Timestamps for the committed offsets in Kafka through the admin API
In kafka, the committed offsets for a certain consumer group can be requested through the admin client API using a code similar to the below:
Map<TopicPartition, OffsetAndMetadata> offsets =
...
Mazen Ezzeddine
Votes: 0
Answers: 0
Spring Kafka Producer: receive inmediate error when broker is down
We have an http endpoint that receives some data and sends it to Kafka. We would like to immediately respond with an error if the broker is down, instead of retrying asynchronously. Is this possible a...
danasca
Votes: 0
Answers: 1
Increase in Consumer Groups will increase delay in Producer Response?
I have an use case where i have to test the saturation point of my Kafka (3 node) Cluster with high no of Consumer groups.(To find the saturation point for our production use case) Producer ack=all.
I...
Arun
Votes: 0
Answers: 1