wz2cool
Results
12
comments of
wz2cool
> > In my opinion: > > > > 1. If the MQ is a single broker node:retry is unreasonable. > > 2. If the MQ has multiple broker nodes:retry...
> Maybe we can retry SYSTEM_BUSY by default. currently need to call `producer.addRetryResponseCode(ResponseCode.SYSTEM_BUSY); ` to add to retry list @biningo Currently, you can try this to solve your problem.