This is an automated email from the ASF dual-hosted git repository.

rgao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 524db74c58f [improve][broker] PIP-434: add configurations to 
broker.conf (#24800)
     add 9cc15ddc95a [improve][client] PIP-420: Update the schema ID format 
(#24798)

No new revisions were added by this update.

Summary of changes:
 pip/pip-420.md                                     |  7 ++-
 .../apache/pulsar/schema/ExternalSchemaTest.java   | 15 +++---
 .../java/org/apache/pulsar/client/api/Schema.java  |  4 +-
 .../apache/pulsar/common/schema/SchemaIdUtil.java  | 55 ++++++++++++++++++++++
 .../org/apache/pulsar/client/impl/MessageImpl.java |  6 ++-
 .../client/impl/TypedMessageBuilderImpl.java       |  8 +++-
 .../client/impl/schema/SchemaIdUtilTest.java       | 49 +++++++++++++++++++
 .../SupportVersioningKeyValueSchemaTest.java       |  4 +-
 8 files changed, 132 insertions(+), 16 deletions(-)
 create mode 100644 
pulsar-client-api/src/main/java/org/apache/pulsar/common/schema/SchemaIdUtil.java
 create mode 100644 
pulsar-client/src/test/java/org/apache/pulsar/client/impl/schema/SchemaIdUtilTest.java

Reply via email to