This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 7a2d2db1bdd [fix][broker] Fix REST API to produce messages to
single-partitioned topics (#24450)
new 8db9b017c8f [fix][client] Retry for unknown exceptions when creating a
producer or consumer (#24599)
new 84703ace1b4 [improve][doc] Improve the JavaDocs of sendAsync to avoid
improper use (#24601)
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/impl/SimpleProduceConsumeIoTest.java | 232 ++++++++++++++-------
.../org/apache/pulsar/client/api/Producer.java | 59 ++++++
.../apache/pulsar/client/impl/ConnectionPool.java | 2 +-
.../apache/pulsar/client/impl/ConsumerImpl.java | 10 +-
.../apache/pulsar/client/impl/ProducerImpl.java | 3 +-
.../pulsar/common/protocol/PulsarHandler.java | 4 +
6 files changed, 227 insertions(+), 83 deletions(-)