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
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Describe the bug
Hi i just want to know if i do something wrong or if someone has identify following behavior (and found some solution for fixing it)
I create a topic and upload the Avro Schema as Yaml
set-is-allow-auot-update-schema is set to disable(!) to cover that nowone is “destroying” or topic
but if i know use a python producer the schema is failing with “incompatible schema”
python code:
Any idea why that happens and how can i avoid that multiple producer (written in Java, Python) are changing the schema all time?! To Reproduce
Steps to reproduce the behavior:
Expected behavior
Schema version shouldn't be updated if python schema is the same as given in the schema upload (could it be that there is some hidden character given?!)
The text was updated successfully, but these errors were encountered:
Original Issue: apache#9571
Describe the bug
Hi i just want to know if i do something wrong or if someone has identify following behavior (and found some solution for fixing it)
I create a topic and upload the Avro Schema as Yaml
Content of Avro Yaml Schema:
{"type": "AVRO","schema":"{\"name\":\"Validation\",\"type\":\"record\",\"fields\":[{\"name\":\"messagetimestamp\",\"type\":\"string\"}]}","properties": {}}
Schema looks like that with schemas get
set-is-allow-auot-update-schema is set to disable(!) to cover that nowone is “destroying” or topic
but if i know use a python producer the schema is failing with “incompatible schema”
python code:
same behaviour with python pulsar functions .
if i turn on the auto schema update a new schema is created but total same structure:
Any idea why that happens and how can i avoid that multiple producer (written in Java, Python) are changing the schema all time?!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Schema version shouldn't be updated if python schema is the same as given in the schema upload (could it be that there is some hidden character given?!)
The text was updated successfully, but these errors were encountered: