Chris Wewerka created KAFKA-5685: ------------------------------------ Summary: Interface of ReadOnlyKeyValueStore should provide a non blocking interface for stores with non blocking capabilities Key: KAFKA-5685 URL: https://issues.apache.org/jira/browse/KAFKA-5685 Project: Kafka Issue Type: Improvement Components: streams Affects Versions: 0.10.2.1 Reporter: Chris Wewerka
Since modern web frameworks do not block threads any more and a lot of KeyValue stores support callbacks or Futures/promises this should be an option when accessing the stores in a Kafka Streams app. -- This message was sent by Atlassian JIRA (v6.4.14#64029)