This is an automated email from the ASF dual-hosted git repository.

zike pushed a change to branch branch-0.11.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


    from 5c5af6ad [fix] [issue 1057]:  Fix the producer flush opertion is not 
guarantee to flush all messages (#1058)
     new c70a7b2f [Fix] return when registerSendOrAckOp() failed (#1045)
     new 89a99e33 [fix] [issue 877] Fix ctx in partitionProducer.Send() is not 
performing as expected (#1053)
     new a6b15dc3 fix(producer): fail all messages that are pending requests 
when closing (#1059)
     new 59a3227a Fix: client reconnected every 
authenticationRefreshCheckSeconds when using tls authentication (#1062)
     new f3cd74a5 [fix][txn] Fix the transaction acknowledgement and send logic 
for  chunk message (#1069)
     new 5dc2a490 [fix] [issue 1064] Fix the panic when try to flush in 
DisableBatching=true (#1065)

The 6 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/consumer_partition.go  |  17 ++++++-
 pulsar/internal/connection.go |   5 +++
 pulsar/producer_partition.go  |  75 +++++++++++++++++++++++++++++--
 pulsar/producer_test.go       | 100 +++++++++++++++++++++++++++++++++++++++++
 pulsar/transaction_test.go    | 101 +++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 290 insertions(+), 8 deletions(-)

Reply via email to