We are working with mongodb kafka connetor on top of open source Apache Kafka connector, for data ingestion of json data from Mongo to HDFS. We have kafka consumer which reads data changes in kafka and writes them on hdfs file.
We want to schedule source connectors at specific time different time.
We need to trigger kafka message based on a scheduled date.