Publish and consume messages in Kafka using Schema Registry authentication

Pipeline summary:
- JSON Generator: Generates sample JSON content containing user information
with
firstName"vim",lastName"snap", andage1. - Kafka Producer: Publishes the JSON data to
test-topicwith Avro serialization for both key and value, using leader acknowledgement. - Mapper: Extracts and maps Kafka message metadata including offset, topic, and partition information from the producer output.
- Kafka Consumer: Consumes messages from the Kafka topic using the metadata captured from the producer, seeking to the specific offset and partition with string deserialization.
- Mapper: Extracts and maps the consumed message data including key, value, and topic information from the Kafka consumer output.
Configure the Kafka OAuth2 Account as follows:


On validation, the account validates successfully.