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 4d3fdae  Avoid infinite waiting for consumer close (#11347)
     add a78b029  [Issue 11007]  add a version of AUTO_PRODUCE_BYTES that 
doesn't validate the message in `encode` (#11238)

No new revisions were added by this update.

Summary of changes:
 .../client/api/SimpleProducerConsumerTest.java     |  46 ++++++
 .../apache/pulsar/client/api/SimpleSchemaTest.java | 180 +++++++++++++++++++++
 .../java/org/apache/pulsar/schema/SchemaTest.java  |  11 ++
 .../java/org/apache/pulsar/client/api/Schema.java  |  12 ++
 .../client/internal/DefaultImplementation.java     |   7 +
 .../client/impl/schema/NativeAvroBytesSchema.java  | 101 ++++++++++++
 6 files changed, 357 insertions(+)
 create mode 100644 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/NativeAvroBytesSchema.java

Reply via email to