This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git.
from 803ce9a [TUBEMQ-577] reload status output and topic config output
mismatch
new 8baad35 [TUBEMQ-594] Trpc-go tube sdk strongly rely on local config
new 3249de3 [TUBEMQ-594] Trpc-go tube sdk strongly rely on local
config(addendum)
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:
.../example/consumer/test_consumer.cc | 3 +-
.../example/consumer/test_multithread_pull.cc | 3 +-
.../include/tubemq/tubemq_client.h | 3 +
.../include/tubemq/tubemq_config.h | 41 ++++++-
.../tubemq-client-cpp/src/client_service.cc | 123 ++++++++++++---------
.../tubemq-client-cpp/src/client_service.h | 9 +-
.../tubemq-client-cpp/src/const_config.h | 14 +++
.../tubemq-client-cpp/src/tubemq_client.cc | 6 +
.../tubemq-client-cpp/src/tubemq_config.cc | 102 ++++++++++++++++-
.../tubemq-client-cpp/src/version.h | 2 +-
10 files changed, 238 insertions(+), 68 deletions(-)