Hi Sindhura,
Kafka adapter only supports the following Kafka server version.
Apache Kafka 0.9.0.x
Apache Kafka 0.10.x.x
Apache Kafka 0.11.x.x
Apache Kafka 1.x.x.x
So make sure you’ve taken the client libraries(*.jar) from your Kafka server that runs on these versions.
AFAIK, your error was due to Caused by: java.lang.NoSuchMethodError: org.apache.kafka.clients.consumer.KafkaConsumer.assign. I suspect you’re using kafka-clients.jar file that the version is not supported.
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB