I have a simple process that uses Kafka, with 1 producer and 1 consumer. The producer will continuously run, while the consumer should only run on a specific time range within a day. Is this possible? And can I schedule the job (the consumer process) using Control-M? It should stop until all queued messages are completely processed. Then consumer will run again as scheduled.
↧