I'm trying to publish a message on a Kafka topic from the control center for initial testing. I need to include a header in the message. Can this be done from the control center?
Asked
Active
Viewed 1,027 times
3

OneCricketeer
- 179,855
- 19
- 132
- 245

James
- 493
- 1
- 10
- 37
-
1It does not appear that is possible, no. Ideally, you'd use the `kafka-console-producer` or `kcat` for testing, not a UI tool – OneCricketeer Jan 10 '22 at 22:29