Hello, when we try to add some Kafka headers when producing a message using the REST API, their keys in Kafka don't keep the original case. For example:
"X-Kafka-APP_REQUEST_UUID" gets to Kafka as "App_request_uuid"
"X-Kafka-__TypeId__" gets to Kafka as "__typeid__"
Would it be possible to fix it?
Hello, when we try to add some Kafka headers when producing a message using the REST API, their keys in Kafka don't keep the original case. For example:
"X-Kafka-APP_REQUEST_UUID" gets to Kafka as "App_request_uuid"
"X-Kafka-__TypeId__" gets to Kafka as "__typeid__"
Would it be possible to fix it?