Hi Team,
We are using Kafka Tools plugin to utilize consume and Publish Kafka services. We can able to perform publish Kafka service without any issues. But when comes to Consume Kafka we have questions as follows,
Discussion posts and replies are publicly visible
Hi Shantanu Bhowmick , 1. If you are using on-premise server, you can view the Kafka logs over here: <APPIAN_HOME>/services/data/kafka-logsbut if it's a on-cloud server, then you can look into serverLogs.
<APPIAN_HOME>/services/data/kafka-logsbut if it's a on-cloud server, then you can look into serverLogs.
2. A Topic is a named stream of records whereas Group ID is a unique string that identifies a consumer group.
3. Kafka consumers receive data from brokers as byte arrays. A deserializer is essential to convert these bytes back into a usable format, such as a string or a complex object.
4. As far as I know, TM_Transaction variable in your process model is not being populated with the consumed message data because the Kafka Tools plugin is designed to write consumed messages directly to a database table, not to a process variable.Hope it helps..
TM_Transaction