Consume Kafka service logs

Certified Associate Developer

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,

  1. Consume Kafka service shows isSuccess output as true but it didn't received Kafka server. To find reason which log we should check?
  2. What is the difference between Group ID and Topics? whether we have to pass both as same?
  3. Deserializer Class Name field is not mandatory? if we pass "io.confluent.kafka.serializers.json.KafkaJsonSchemaDeserializer"  as deserializer it throws error like io.confluent.kafka.serializers.json.KafkaJsonSchemaDeserializer not found by com.appiancorp.cs.plugin.kafka [50]
  4. And in the process model, why TM_Transaction variable is not populated with value after consume Kafka service showing it is success?

  Discussion posts and replies are publicly visible