Schema Validation on Apache Kafka broker side
As a developer,
I want to make sure schema is being validated not just on client but also on a broker side,
so that I can make sure all messages in the topic correspond to the same schema and does not contain any mixed schemas.
-
Geir Arne Aasen commented
The Idea "Run Karapace as dedicated managed service" is roadmapped at the time of writing.
I want the broker side Schema Validation to also work against a dedicated / central Karapace.
-
Steve Jackson commented
If I'm understanding this correctly -- "schema validation on insert", this is pretty critical. I can't control whether "writers" will send valid data and won't know it until the "read" side, when it is too late. I'd love it if we could associate a schema to a topic and a "writer" would receive an error if their message was of the wrong schema.