JSON Agent
The JSON Agent is a process that runs on a target system and is responsible for consuming change messages from the Kafka CDC topic, transforming a message's data into a usable form by converting the record information into a JSON format, and then re-posting the message to a different Kafka topic.
The JSON agent does not initiate or participate in any snapshot operations, it simply receives CDC messages, transposes the data into JSON, and re-posts the messages.
The JSON Agent is a .NET 8 application and is available on Windows and Linux.