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/10/13 01:48:32 UTC

[GitHub] [rocketmq] lizhimins commented on issue #5296: Unable to register with namesever when topic quantity is 6w

lizhimins commented on issue #5296:
URL: https://github.com/apache/rocketmq/issues/5296#issuecomment-1276921406

   The serialized topic config length will exceed the netty frame length limit when broker has too much topic.
   u can delete unused retry q and dead letter q from the broker to reduce the content length.
   
   Periodic registration with ns consumes a lot of resources and traffic.
   It's time to discuss how to optimize the service discovery in broker and nameserver


-- 
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