Thanks Matthias.
> On May 9, 2018, at 10:57 AM, Matthias J. Sax <matth...@confluent.io> wrote: > > You might want to look into Kafka Streams. In particular KTable and > Interactive Queries (IQ). > > A `put` would be a write to the table source topic, while a `get` can be > implemented via IQ. > > 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, get and >> subscribe a particular “key”. >> >> Any pointers how to do this? >> >> Thanks >> Sudhir >> >