RapperCL opened a new issue, #12654:
URL: https://github.com/apache/dubbo/issues/12654
"RequestBeforeEvent" is a type of "RequestEvent" (which terminates
execution) and should not be created as a new class as it is redundant and
difficult to maintain.
If it is necessary to separately monitor this type of event, it is
recommended to add the constant "INVOCATION_REQUEST_BEFORE" and provide the
"isRequestBeforeEvent" method.
forexample:
add constant:

Add the toRequestBeforeEvent method:

Add the isRequestBeforeEvent method:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]