I\'m trying to send messages to Kafka with some custom headers, but I could\'t find a way to do it. According to the documatation, The POST /topics/(string: topic_name
POST /topics/(string: topic_name
You are correct, the REST Proxy does not currently support Kafka Headers. You would need to use the Producer API to set the headers.