jerryshao commented on code in PR #5307: URL: https://github.com/apache/gravitino/pull/5307#discussion_r1818890368
########## docs/gravitino-server-config.md: ########## @@ -136,7 +143,7 @@ The plugin provides several operational modes for how to process event, supporti - **ASYNC_ISOLATED**: Events are processed asynchronously, with each listener having its own dedicated queue and dispatcher thread. This approach offers better isolation but at the expense of multiple queues and dispatchers. -For more details, please refer to the definition of the plugin. +When processing pre-event, you could throw up `ForbiddenException` to skip the execution of subsequent operation. For more details, please refer to the definition of the plugin. Review Comment: "throw a ... to skip the following executions." -- 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]
