Alonexc opened a new issue, #4100: URL: https://github.com/apache/eventmesh/issues/4100
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Enhancement Request    located at: eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/producer/ProducerImpl.java line 40,66,79,90,100,105,110 analysis and explanation: a. Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here. b. This block of commented-out lines of code should be removed. c. Exception 'java.lang.Exception' is never thrown in the method ### Describe the solution you'd like a. restore interrupted state.[66]  b. delete the commented code.[79] c. remove[40, 90,100,105,110] ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- 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]
