wenjin272 opened a new issue, #414: URL: https://github.com/apache/flink-agents/issues/414
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description Currently, we package the integration jar in flink-agents-dist jar. This increase the size of flink-agents-dist jar, especially as integrations continue to grow richer, and may also increase the complexity for multi version jdk support, for some integrations may only be supported in specific jdk version. After discuss with @Sxnan, we decide don't package the integration jar in flink-agents-dist jar. User should package the needed integration in their job jar. This require flink-agents to use `UserCodeClassloader` to find the specific resource class when construct the instance. ### Are you willing to submit a PR? - [x] 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]
