This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
from cada45d Release 4.0.0
new 1e5ef27 [improve][client] Add TLSv1.3 support (#529)
new 4bd7e8c Fix the seek method could be blocked forever when subscribe
RPC is slower than seek RPC (#533)
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:
lib/ClientConnection.cc | 36 +++++--
lib/ClientConnection.h | 22 +++-
lib/ConsumerImpl.cc | 246 +++++++++++++++++++++++++-------------------
lib/ConsumerImpl.h | 63 ++++++------
lib/HandlerBase.cc | 2 +-
lib/HandlerBase.h | 2 +-
lib/MockServer.h | 139 +++++++++++++++++++++++++
lib/ProducerImpl.cc | 10 +-
lib/Synchronized.h | 47 ---------
tests/ConsumerSeekTest.cc | 58 +++++++++++
tests/TlsNegotiationTest.cc | 179 ++++++++++++++++++++++++++++++++
11 files changed, 603 insertions(+), 201 deletions(-)
create mode 100644 lib/MockServer.h
delete mode 100644 lib/Synchronized.h
create mode 100644 tests/TlsNegotiationTest.cc