79389927

Date: 2025-01-27 06:57:02
Score: 0.5
Natty:
Report link

Try with these values in the key: "content_type" in the headers:

"application/vnd.kafka.json.v2+json"
"application/vnd.kafka.avro.v2+json"
"application/json"
"application/octet-stream"

Ideally one of these should make it work

Also, keep the message in this format:

{"records":[{"value":<your message>}]}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arghya Bhattacharya