Adapter for Apache Kafka 9.6 | webMethods Adapter for Apache Kafka Documentation | webMethods Adapter for Apache Kafka Installation and User’s Documentation | Adapter for Apache Kafka Connections | Custom Serializer | How to integrate custom serializer/deserializer in Adapter for Apache Kafka
 
How to integrate custom serializer/deserializer in Adapter for Apache Kafka
1. Place the jar file containing custom serializer/deserializer classes under Integration Server_directory\instances\instance_name\packages\WmKafkaAdapter\code\jars.
2. Configure the fully qualified class name of the customer serializer class for the connection parameter value serializer class/key serializer class in the Producer connection page.
3. Configure the fully qualified class name of the customer deserializer class for the connection parameter value deserializer class/key deserializer class in the Consumer connection page