wenjin272 opened a new issue, #345: URL: https://github.com/apache/flink-agents/issues/345
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description In Flink, when job failed, canceled or finished, the close method of operator will be called to clean up resources link persistence connection. Currently, some resource in flink-agents, like vector store, may also contains persistence connection, so we should also add close interface for `Resource` and close them when close operator. ### Are you willing to submit a PR? - [ ] I'm 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]
