Hi,
I would like to use Kafka Rest Proxy + Schema Registry with a JSON Schema, but every time I made a request to insert a new message on a topic, the schema isn't retrieved from the schema-registry.
So there is no validation and I can write anything on the topic.
I always used Avro schema without problems; I don't get what I'm doing wrong.
Below an example of one of my many tries:
Upload the schema
Hi, I would like to use Kafka Rest Proxy + Schema Registry with a JSON Schema, but every time I made a request to insert a new message on a topic, the schema isn't retrieved from the schema-registry. So there is no validation and I can write anything on the topic.
I always used Avro schema without problems; I don't get what I'm doing wrong.
Below an example of one of my many tries: Upload the schema
Upload of a message that isn't compliant with the schema
I also tried:
Content-Type
headerbut nothing works
Can you please help me?
Regards, Mauro