Skip to main content
dineshkumark513645
July 13, 2022
Question

Is task manager application necessary to consume data from Kafka?

  • July 13, 2022
  • 6 replies
  • 0 views

Hi Guys,

Can we use Kafka Tool Plug-in without installing Task Manager Application?

Will it work without it or we should use it?

    6 replies

    stefanhelzle0001
    July 13, 2022

    Impossible to say without more details !?!

    AFAIK, the plugin itself will only store the messages to DB.

    dineshkumark513645
    July 13, 2022

    I have gone through the Documentation provided in Kafka tool. 

    There they have mentioned the below line. 

    "Install Transaction Manager and
    Follow instructions to create new job_type(s) and process model(s) to handle kafka topics, could be one or multiple depending on requirements."

    stefanhelzle0001
    July 13, 2022

    Depending on your requirements, use the transaction manager, or implement your own way of pulling the messages from DB and start your own logic.