Created 05-22-2019 06:00 PM
I'm trying to use one consumer continuously read data from kafka. How should I set the scheduling options?
I have read the User Guide, but I can not figure out how to set the run schedule and run duration if I need the consumer run continuously.
User Guide
Created 05-24-2019 04:39 AM
@sunxingbin sunxingbin
Schedule the processor with
Scheduling Strategy -> Timer Driven Run Schedule -> 0 sec
then processor will run continuously and read data from Kafka topic.