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 1d25d044477 [improve][proxy] Add regression tests for package upload
with 'Expect: 100-continue' (#25211)
new 18da60c01f4 [fix][client]Producer stuck or geo-replication stuck due
to wrong value of message.numMessagesInBatch (#25106)
new bf92418f824 [fix][client] Fix producer synchronous retry handling in
failPendingMessages method (#25207)
The 2 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:
.../client/api/SimpleProducerConsumerTest.java | 64 ++++++++++++++
.../pulsar/client/impl/ProducerSyncRetryTest.java | 99 ++++++++++++++++++++++
.../apache/pulsar/client/impl/ProducerImpl.java | 31 ++++---
.../pulsar/client/impl/ProducerImplTest.java | 75 ++++++++++++++++
4 files changed, 258 insertions(+), 11 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerSyncRetryTest.java