Liuzilin-JS opened a new issue #7707: URL: https://github.com/apache/pulsar/issues/7707
**Describe the bug** The Processing guarantees of the function are set to EFFECTIVELY_ONCE. RuntimeException is caught. The process will not be terminated and will receive new messages. **To Reproduce** 1. Function is set to Processing guarantees = EFFECTIVELY_ONCE 2. A message in the function returns a fail response 3. Throw RunTimeException 4. The process is still running and can still receive new messages **Expected behavior** 1. Catch exception, process termination **Screenshots**  **Desktop (please complete the following information):** - Mac OS **Additional context** ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
