Re: kafka stream latency

2018-08-18 Thread Nan Xu
thanks, which JMX properties indicate "processing latency spikes" / "throughput" On Sat, Aug 18, 2018 at 5:45 PM Matthias J. Sax wrote: > I cannot spot any obvious reasons. > > As you consume from the result topic for verification, we should verify > that the latency spikes original on write

Re: kafka stream latency

2018-08-18 Thread Matthias J. Sax
I cannot spot any obvious reasons. As you consume from the result topic for verification, we should verify that the latency spikes original on write and not on read: you might want to have a look into Kafka Streams JMX metric to see if processing latency spikes or throughput drops. Also watch