TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong
Optimize the client's handling logic for SERVICE_UNAVILABLE error: If the production side receives the response message, it will block the Broker for a period of time, and if the consumption receives the response message, it will also be blocked (the consumption side has little effect, and it is the same as the previous value for the time being).
Optimize the client's handling logic for SERVICE_UNAVILABLE error: If the production side receives the response message, it will block the Broker for a period of time, and if the consumption receives the response message, it will also be blocked (the consumption side has little effect, and it is the same as the previous value for the time being).
优化客户端对SERVICE_UNAVILABLE错误的处理逻辑:如果生产端收到该响应消息,则屏蔽该Broker一段时间,如果消费收到该响应消息也屏蔽(消费端影响不大,暂时与之前值相同)