This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 7273ffe feat(cli): add restart command to pulsar-daemon (#12279)
add 06b68bb [C++] Handle OAuth 2.0 exceptional cases gracefully (#12335)
No new revisions were added by this update.
Summary of changes:
pulsar-client-cpp/include/pulsar/Authentication.h | 6 +--
pulsar-client-cpp/lib/BinaryProtoLookupService.cc | 2 +-
pulsar-client-cpp/lib/ClientConnection.cc | 21 ++++++++--
pulsar-client-cpp/lib/ClientConnection.h | 2 +-
pulsar-client-cpp/lib/Commands.cc | 18 ++++++--
pulsar-client-cpp/lib/Commands.h | 4 +-
pulsar-client-cpp/lib/HTTPLookupService.cc | 5 +--
pulsar-client-cpp/lib/auth/AuthOauth2.cc | 42 ++++++++++++++-----
pulsar-client-cpp/tests/AuthPluginTest.cc | 50 +++++++++++++++++++++--
9 files changed, 118 insertions(+), 32 deletions(-)