You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ti...@apache.org on 2023/03/06 03:35:20 UTC

[rocketmq-client-go] branch master updated (26142da -> ae93d2a)

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

tigerlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git


    from 26142da  fix: client version mismatch (#1009)
     new daacb8e  [ISSUE #999]support admin topicList and groupList method
     new 62d4513  [ISSUE #999] fix npe
     new c133cca  [ISSUE #999] use structs as result sets for admin method
     new caca3c0  [ISSUE #999] add timeoutMillis param
     new ae93d2a  Merge pull request #1000 from Slideee/20230213/rmq

The 504 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:
 admin/admin.go                          | 50 ++++++++++++++++++-
 admin/response.go                       | 88 +++++++++++++++++++++++++++++++++
 examples/admin/{topic => group}/main.go | 33 +++++--------
 examples/admin/topic/main.go            | 14 +++++-
 internal/client.go                      |  7 +++
 internal/mock_client.go                 |  5 ++
 internal/request.go                     |  1 +
 7 files changed, 172 insertions(+), 26 deletions(-)
 create mode 100644 admin/response.go
 copy examples/admin/{topic => group}/main.go (65%)