Replies: 1 comment 1 reply
-
Have you ever configured |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
I just built a demo, so the code is very simple.
The filter configuration is as follows and it can be executed normally.
The problem is that it is executed twice every time
I found the execution points twice through debugging.
Conventional understanding is that filter should only be executed once.
What if I only want to call the filter once on the producer?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions