This is an automated email from the ASF dual-hosted git repository.
bogong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 44dcc04 [C++] Support configuring optional scope field for OAuth2
authentication (#12305)
add e29f720 [Transaction] Transaction coordinator client connect add
response command. (#12301)
No new revisions were added by this update.
Summary of changes:
.../pulsar/broker/service/PulsarCommandSender.java | 4 ++
.../broker/service/PulsarCommandSenderImpl.java | 13 +++++
.../apache/pulsar/broker/service/ServerCnx.java | 9 ++--
pulsar-client-cpp/lib/Commands.cc | 6 ++-
.../org/apache/pulsar/client/impl/ClientCnx.java | 32 ++++++++++++-
.../client/impl/TransactionMetaStoreHandler.java | 55 +++++++++++++---------
.../apache/pulsar/common/protocol/Commands.java | 23 +++++++--
.../pulsar/common/protocol/PulsarDecoder.java | 20 ++++++--
pulsar-common/src/main/proto/PulsarApi.proto | 15 ++++--
9 files changed, 137 insertions(+), 40 deletions(-)