Relative Content

Tag Archive for apache-pulsar

Schema validation for producer using REST API does not validate schema [Apache Pulsar]

I’m having some issues with schema validation when using the REST API in Apache pulsar. When I use the python client, the data gets rejected if it does not adhere to the schema, (such as a required field missing). However, when I try the same using the same schema and the same topic using the REST API, the messages are accepted. To simplify, and reproduce the issue, I used the example provided here – https://pulsar.apache.org/docs/3.2.x/client-libraries-rest