Hi,
I have been using cloud confluent kafka. When I produce a record in the topic via RestAPI without the Type=JSON I get the message below:
{
“error_code”: 422,
“message”: “Error: 42206 : Payload error. Schema Registry must be configured when using schemas.”
}
I want to use kafka registry. How can I do it?
payload:
{
“value”: {
“data”: “foobar”
}
}