This is an automated email from the ASF dual-hosted git repository.
zike pushed a change to branch branch-0.18.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
from dff07bde chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0
(#1440)
new 81f22893 fix: return error when the client transaction coordinator is
nil to p… (#1444)
new a97691d5 fix: enhance zero queue consumer reconnection handling and
message permit management (#1443)
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:
pulsar/client_impl.go | 8 +++
pulsar/consumer_partition.go | 18 +++--
pulsar/consumer_partition_test.go | 3 +
pulsar/consumer_zero_queue.go | 24 ++++++-
pulsar/consumer_zero_queue_test.go | 142 +++++++++++++++++++++++++++++++++++++
pulsar/impl_message.go | 7 ++
pulsar/transaction_test.go | 36 +++++++---
7 files changed, 217 insertions(+), 21 deletions(-)