You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/06 09:24:14 UTC

[GitHub] [rocketmq] dongeforever commented on issue #4109: Write permission is not validated on broker side for ordinary topic

dongeforever commented on issue #4109:
URL: https://github.com/apache/rocketmq/issues/4109#issuecomment-1090051665

   Use topicRoute to check the real topic route in nameserver after updateBrokerConfig.
   
   If the client sends with the specific queues, such as  send(msg, messagequeue), the broker tps will not reduce to 0. Otherwise, the client will refresh the new topic route and not send message to the read-only broker.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org