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 da9ed2b02c9 [fix][broker] Fix REST API to produce messages to
single-partitioned topics (#24450)
new c16eb2c2e27 [fix][client] Retry for unknown exceptions when creating a
producer or consumer (#24599)
new 69c7d667044 [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 | 2 +-
.../pulsar/common/protocol/PulsarHandler.java | 4 +
6 files changed, 227 insertions(+), 82 deletions(-)