apache / rocketmq-client-go

Apache RocketMQ go client

Home Page:https://rocketmq.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support RequestCode GET_CONSUMER_STATUS_FROM_CLIENT

NeonToo opened this issue · comments

commented

Support RequestCode GET_CONSUMER_STATUS_FROM_CLIENT

  • Broker RequestCode INVOKE_BROKER_TO_GET_CONSUMER_STATUS will invoke each individual consumer to get
    which message queues the consumer instance is processing
  • Client is supposed to handle GET_CONSUMER_STATUS_FROM_CLIENT from Broker to return the Map of <MessageQueue, MemoryOffset> for the purpose of the previous step