kafkastreams-cep icon indicating copy to clipboard operation
kafkastreams-cep copied to clipboard

Add more examples

Open fhussonnois opened this issue 6 years ago • 3 comments

fhussonnois avatar Apr 13 '18 22:04 fhussonnois

Hello! Is it possible to read old data from a kafka topic ?? I mean reading data that has not came during run-time of the cep-engine ? Thanks

thaxir avatar Nov 15 '19 10:11 thaxir

Hi @Kernelalive, Yes you should be able to re-process old data by resetting your Kafka Streams application. Make sure to configure auto.offset.reset to earliest.

fhussonnois avatar Nov 25 '19 19:11 fhussonnois

Hello @fhussonnois thanks for replying back. I will try it and come back with feedback.

thaxir avatar Nov 26 '19 08:11 thaxir