This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 38285385e89 [improve][client] Test no exception could be thrown for
invalid epoch in message (#25013)
new 337ce5a6ab8 [improve] Eliminate unnecessary duplicate schema lookups
for partitioned topics in client and geo-replication (#25011)
new db3bec308e1 [fix][client] Fix AutoProduceBytesSchema.clone() method
(#25015)
new b90ee63444c [fix][client] Fix thread-safety of AutoProduceBytesSchema
(#25014)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../service/persistent/PersistentReplicator.java | 8 ++-
.../pulsar/client/impl/PulsarClientImpl.java | 5 +-
.../client/impl/schema/AutoProduceBytesSchema.java | 24 ++++---
.../impl/schema/AutoProduceBytesSchemaTest.java | 78 ++++++++++++++++++++++
4 files changed, 103 insertions(+), 12 deletions(-)
create mode 100644
pulsar-client/src/test/java/org/apache/pulsar/client/impl/schema/AutoProduceBytesSchemaTest.java