This is an automated email from the ASF dual-hosted git repository.
xujiang pushed a change to branch native
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git.
from 45cb340 add producer async method. resolve #98 (#100)
add 979c93e add producer async method. resolve #98
add fb9a781 add queueSelector on producer. resolve #101
add b62ad7a resolve conflict
add 2afa740 rename QueueId
new 136d792 [ISSUE #101] Add QueueSelector in producer
The 1 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:
examples/producer/async/main.go | 3 +-
internal/producer/producer.go | 17 ++---
primitive/message.go | 4 ++
primitive/options.go | 20 ++++--
primitive/selector.go | 89 ++++++++++++++++++++++++++
primitive/{result_test.go => selector_test.go} | 23 +++++--
primitive/strategy.go | 2 +-
7 files changed, 136 insertions(+), 22 deletions(-)
create mode 100644 primitive/selector.go
copy primitive/{result_test.go => selector_test.go} (71%)
|