This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 53fb055 Pulsar-IO: Added Kinesis Source Connector (#3784)
add b196283 Improve response of Rest API for create schema. (#5103)
No new revisions were added by this update.
Summary of changes:
.../pulsar/broker/admin/v2/SchemasResource.java | 3 +-
.../schema/AvroSchemaBasedCompatibilityCheck.java | 14 +--
.../schema/DefaultSchemaRegistryService.java | 5 +
.../schema/JsonSchemaCompatibilityCheck.java | 23 ++--
.../schema/KeyValueSchemaCompatibilityCheck.java | 24 ++--
.../service/schema/SchemaCompatibilityCheck.java | 38 ++++--
.../broker/service/schema/SchemaRegistry.java | 3 +
.../service/schema/SchemaRegistryServiceImpl.java | 138 ++++++++++++---------
.../exceptions/IncompatibleSchemaException.java | 4 +
.../service/schema/exceptions/SchemaException.java | 4 +
...hemaRegistryServiceWithSchemaDataValidator.java | 14 ++-
11 files changed, 171 insertions(+), 99 deletions(-)