I am using confluent cloud and currently i want to prevent messages with bad schema to ingest in my kafka topic. For that i am using schema management feature of confluent where i want to validate if the message is not matching the specified schema it should be rejected. I can produce this on confluent local but no rejection can be seen on cloud.
- Does cloud currently support schema validation?
- If not, do we have to implement it via kafka streams to validate schema ourselves?
- Any reference to their official documentation for above answers? Or any document guiding this scenario for confluent cloud (not local) would be appreciated.
Thanks in advance