Re: kafka stream latency

2018-08-23 Thread Sudhir Babu Pothineni
I will wait for the expert’s opinion: Did the Transparent Huge Pages(THP) disabled on the broker machine? it’s a Linux kernel parameter. -Sudhir > On Aug 23, 2018, at 4:46 PM, Nan Xu wrote: > > I think I found where the problem is, how to solve and why, still not sure. > > it related to disk

Re: Kafka as K/V store

2018-05-09 Thread Sudhir Babu Pothineni
> > For subscribe to particular key, you would consume the whole source > topic and filter for the key you are interested in. > > > -Matthias > >> On 5/9/18 7:46 AM, Sudhir Babu Pothineni wrote: >> We would like to use Kafka as a key/value store. We need put,

Kafka as K/V store

2018-05-09 Thread Sudhir Babu Pothineni
We would like to use Kafka as a key/value store. We need put, get and subscribe a particular “key”. Any pointers how to do this? Thanks Sudhir