Is your feature request related to a problem? Please describe.
Metamorphosis writes messages to topics on this format:
{Topic: "myMqttTopic", Content: "aHR0cHM6Ly95b3V0dS5iZS9kUXc0dzlXZ1hjUQ=="}.
We are using Redpanda Console / Kowl to monitor the stream, the encoded Content value is difficult to read when we need a quick overview. Also, we are not using encoding in other topics and applications.
Describe the solution you'd like
Make the base64 encoding optional with a env variable.
Is your feature request related to a problem? Please describe.
Metamorphosis writes messages to topics on this format:
{Topic: "myMqttTopic", Content: "aHR0cHM6Ly95b3V0dS5iZS9kUXc0dzlXZ1hjUQ=="}.We are using Redpanda Console / Kowl to monitor the stream, the encoded
Contentvalue is difficult to read when we need a quick overview. Also, we are not using encoding in other topics and applications.Describe the solution you'd like
Make the base64 encoding optional with a env variable.