Re: Kafka Stream Deadman

2017-10-08 Thread Guozhang Wang
Hello Trevor, You may be interested in the punctuate API of the processor: https://kafka.apache.org/0110/javadoc/index.html?org/apache/kafka/streams/processor/Processor.html#punctuate Note that in the coming 1.0.0 version users can schedule a punctuate function either based on stream time

Kafka Stream Deadman

2017-10-06 Thread Trevor Huey
I have a sneaky suspicion this is out of scope for Kafka Streams, however I thought it wouldn't hurt to ask... I'm trying to implement a temperature monitoring system. Kafka Streams seems great for doing that. The one scenario that I'm not able to cover, however, is detecting when a temperature