RockteMQ-AI commented on issue #1345: URL: https://github.com/apache/rocketmq-clients/issues/1345#issuecomment-5655082289
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The Go Producer not filtering by broker role and write permission in `NewPublishingLoadBalancer` / `CopyAndUpdate` is a real bug. When the route contains slave queues, the Producer may select a read-only slave and fail to send messages. The fix should filter queues by `brokerRole == Master` and write permission during load balancer construction and route updates, consistent with how the Java client handles this. --- *Automated evaluation by github-manager* -- 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]
