This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git.
from 94484a5 Fixed lookups for v2 topics in C++ client lib with HTTP
service URL (#2043)
add f66b74b Fixed resetting of producer sequence id counter after
receiving SendError before any message was successfully published (#2047)
No new revisions were added by this update.
Summary of changes:
.../broker/service/BrokerBkEnsemblesTests.java | 8 +-
.../pulsar/broker/service/RackAwareTest.java | 4 +-
.../client/impl/SequenceIdWithErrorTest.java | 102 +++++++++++++++++++++
.../apache/pulsar/client/impl/ProducerImpl.java | 5 +-
4 files changed, 112 insertions(+), 7 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/SequenceIdWithErrorTest.java