You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" org.apache.pulsar.client.api.PulsarClientException$IncompatibleSchemaException: org.apache.pulsar.broker.service.schema.exceptions.IncompatibleSchemaException: Incompatible schema used
at org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:253)
at org.apache.pulsar.client.impl.ProducerBuilderImpl.create(ProducerBuilderImpl.java:88)
at org.apache.pulsar.issue.SchemaTests.main(SchemaTests.java:12)
Expected behavior
At producer side, producer can send messages using an old version schema.
The text was updated successfully, but these errors were encountered:
Describe the bug
Producer can't produce messages with an old schema version.
To Reproduce
Steps to reproduce the behavior:
Will produce the following error:
Expected behavior
At producer side, producer can send messages using an old version schema.
The text was updated successfully, but these errors were encountered: