LevonHe opened a new pull request, #1346: URL: https://github.com/apache/rocketmq-clients/pull/1346
### What is the purpose of the change? Fixes #1345. The Go producer may select read-only or slave message queues because `PublishingLoadBalancer` does not filter route data. ### Brief changelog - Keep only writable master queues for publishing. - Apply the filter during initialization and route updates. - Cover normal, FIFO and route recovery scenarios with tests. ### Verifying this change - `go test ./...` - `go test -race . -run 'TestPublishingLoadBalancer|TestProducer' -count=1` -- 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]
