How to clear the consumer config in JUnit #1345
Unanswered
ahmadirfaan
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@ahmadirfaan What version of SOFABoot and SOFARPC do you have? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There are several approaches to solve it.
By the way, how do you config consumerRepeatedReference ? Can you provider more details? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I having problem about running some test in the SOFABoot, when running test @SpringBootTest
The error is that the consumer config that I created is exceed the value of "consumerRepeatedReferenceLimit" or "com.alipay.sofa.rpc.consumer.repeated.reference.limit".
I have trying to set the consumerRepeatedReference in application.properties but limit of consumer config is not changing??
Beta Was this translation helpful? Give feedback.
All reactions