Hello ,I have a question . I have create a adapter Kafka for ibm WebSphere transformation extender (8.4.1.1). WebSphere is in java 6 and the server kafaka is on version 9. I use Kafka 8.2.2 Library for my adapter , i have no trouble to push data to topic on Kafka 9.
My issue is : I need to be able to do ssl , and ssl is only present on Kafka 9. Is there a patch , lib or any other solution to be able to use Kafka 8.2.2 with ssl ? Have you a verson of Kafka 9 compiled in java 6?
Thanks