Authenticating Connection

Apache Kafta adapter as a source

As a source (in consumer), the adapter can receive Avro messages from Kafka in form of Avro GenericRecord objects and convert them to JSON strings.

Apache Kafta adapter as a target

As a target (in producer) the adapter can convert JSON strings to Avro GenericRecord objects based on the Avro schema provided by the user.