apache / rocketmq-client-go

Apache RocketMQ go client

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print log when failed to send heartbeat

cserwen opened this issue · comments

BUG REPORT

  1. Please describe the issue you observed:
    This log was printed when failed to send heartbeat.
send heart beat to broker failed,brokerName=rocketmq-raft0,brokerId=3,brokerAddr="192.168.123.1:10911",responseCode=1 

And remark should also be printed to find the root cause, like this

send heart beat to broker failed,brokerName=rocketmq-raft0,brokerId=3,brokerAddr="192.168.123.1:10911",responseCode=1 ,remark="org.apache.rocketmq.acl.common.AclException: No default permission for topic:TopicTest"
  1. Please tell us about your environment:

    • What is your OS?

    • What is your client version?

    • What is your RocketMQ version?

  2. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):