ISSUE 621: Configuration to disable schema auto creation by the client#622
ISSUE 621: Configuration to disable schema auto creation by the client#622gmcoringa wants to merge 2 commits intohortonworks:masterfrom
Conversation
|
@gmcoringa Thanks for raising this PR. I have a couple of questions, may I know how this change is going to address your use case? If "schema.auto.create" is disabled then the lastest schema version is being utilized to serialize the data, this would only work if the schemas are backward compatible or fully compatible. |
|
@raju-saravanan we have some problems with the latest version when the client tries to get the schema to perform the serialization, because some avro schemas wasn't compatible with the latest avro version ( One of them was because the get actually calls Meanwhile we fixed this problem using an older version of schema-registry and fixing all the incompatible avro schemas, but this wasn't enough, because the call to Actually this PR isn't needed anymore, so if you think that do not fit in schema registry design, feel free to close. |
This pr address #621