Hi @Naresh536 Yes the piece of code shared above by you, does not work.Try out the using jobManager.addJob(JOB_TOPIC, props);Code Snippet@Override
public void run() {
Map<String, Object> props = new HashMap<>();
jobManager.addJob(JOB_TOPIC, props);
} This worked for us.Hope t...