You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
按照官方文档部署5.2.0版本的服务端后,我使用对应版本的gRPC SDK连接服务端,在SDK层面的消息收发一切正常,但是dashboard无法检测到正常消费的消息情况,如下图:
但实际上test_consumer是在线的:
接着我使用AdminTool进行排查,发现由于gRPC连接的是proxy,所以mqadmin consumerConnection指定namesrv时需要给proxy的地址,而不是namesrv的地址,如下:
然后我又使用queryMsgByUniqueKey查询指定client的消息,出现如下报错:
接着我换了remoting SDK,其他配置一模一样,使用namesrv进行查询就能得到到对应的消息:
同样,dashboard也正常了:
综上,似乎AdminTool和dashboard都没有对使用gRPC连接的情况进行完整的支持,我理解起码AdminTool需要能够支持这一功能
或者说是有什么配置不正确导致的这一问题,希望各位指正
谢谢!
Beta Was this translation helpful? Give feedback.
All reactions