Ceilzcx commented on issue #7402:
URL: https://github.com/apache/rocketmq/issues/7402#issuecomment-1736930411

   > > > > 建议根据条件判断是否启用这些服务
   > > > 
   > > > 
   > > > 粗略看了一下,在启动过程中没有对应的参数能够判断当前client的类型,使用什么条件做判断比较好呢
   > > 
   > > 
   > > clientConfig instanceof xxx 判断?
   > 
   > 不能通过这个来判断,这个只是在第一次创建 MQClientInstance的时候才有用,MQClientInstance 是共用的;
   > 
   > 通过consumerTable来判断就行了
   
   确实,clientConfig是有问题,没考虑到,consumerTable判断好


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to