Closed georgehao closed 3 years ago
What happened: The retry of consumer is 3, but invoke the failoverCluster the real retry is 1
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
getRetries:
if retries > len(invokers) { retries = len(invokers) }
pls check your invokers count.
What happened: The retry of consumer is 3, but invoke the failoverCluster the real retry is 1
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?: