-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare Schema Registry for preview #15001
Conversation
…ntal interface (Azure#13152) * ObjectSerializer refactor - init, does not build * stash fix * condense serde into ser * empty or 0 length payload * add sync SR client * AbstractDataSerializer -> AbstractSchemaRegistrySerializer
* remove setting codecs * update avro serializer constructor * move codec load to constructor * javadocs for constructor
* Update schema registry client APIs * Update package structure for schema registry * Update model classes * Add clear cache method to sync client
* Rename Codec to SchemaRegistryCodec * minor updates to API * Update deserializer method * more api changes
/azp run java - schemaregistry |
Lgtm. |
/azp run java - schemaregistry - ci |
/azp run java - schemaregistry - ci |
4 similar comments
/azp run java - schemaregistry - ci |
/azp run java - schemaregistry - ci |
/azp run java - schemaregistry - ci |
/azp run java - schemaregistry - ci |
Whitespace change to try and reboot PR builds.
@@ -77,7 +76,7 @@ public CachedSchemaRegistryClientBuilder() { | |||
this.retryPolicy = new RetryPolicy("retry-after-ms", ChronoUnit.MILLIS); | |||
|
|||
HttpHeaders headers = new HttpHeaders(); | |||
headers.put("api-version", "2017-04"); | |||
headers.put("api-version", "2020-09-01-preview"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the service caused a regression. It went from allowing api-version as header to blocking it. We are fixing it on the service side to accept header again.
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
[python]track2 config (Azure#15001) * track2 config * directive for required type in readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
Moving the schema registry changes from
schema-registry-api-view
branch to main branch to prepare for the next preview.