Is task manager application necessary to consume data from Kafka?

Certified Associate Developer

Hi Guys,

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

Will it work without it or we should use it?

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Associate Developer
    in reply to Stefan Helzle

    In Kafka tool node inputs there was a field called "Transaction table Name" with default value "tm_job_transaction" which is table name in Task manager Application. So if we Consume data from Kafka the data will be stored in "tm_job_transaction" table of Task manager Application.

    So Even if i consume data in my current application it is going to store the data in table of another application. So if we specify our tablename in node inputs then we can consume data from kafka without using Task manager Application. 

    Got It by discussing with you. Thanks . :-)

Children