-
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
Renaming methods/classes based on review. #24474
Renaming methods/classes based on review. #24474
Conversation
API changes have been detected in this PR. You can review API changes here |
...registry/src/main/java/com/azure/data/schemaregistry/implementation/AzureSchemaRegistry.java
Outdated
Show resolved
Hide resolved
...registry/src/main/java/com/azure/data/schemaregistry/implementation/AzureSchemaRegistry.java
Outdated
Show resolved
Hide resolved
...y/src/main/java/com/azure/data/schemaregistry/implementation/AzureSchemaRegistryBuilder.java
Show resolved
Hide resolved
API changes have been detected in this PR. You can review API changes here |
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.
Took a look at APIview and found a couple of issues there, sorry for another round of comments :)
...a-schemaregistry/src/main/java/com/azure/data/schemaregistry/models/SerializationFormat.java
Outdated
Show resolved
Hide resolved
...-schemaregistry/src/main/java/com/azure/data/schemaregistry/SchemaRegistryClientBuilder.java
Outdated
Show resolved
Hide resolved
API changes have been detected in |
Based on architecture board review:
SerializationType
->SerializationFormat
endpoint
->fullyQualifiedNamespace
SchemaRegistryVersion
and exposing it in builder.Related #24221