zentol opened a new pull request, #21228: URL: https://github.com/apache/flink/pull/21228
This proposal extracts the core Flink dependencies of `flink-dist` into a new `flink-dist-pub` module. (Still looking for a better name! Don't want to use `flink-dist` to not break dev workflows) The idea is to provide an easily consumable artifact to users that provides DataStream-related dependencies that the distribution (or specifically, the flink-dist.jar) usually bundles. This allows us to easily convey what is provided in the distribution, and what dependencies `DataStream` users should be bundling. As follow-ups we could also generate a fat jar from this (for the use-case that @tweise mentioned in the ticket), and provide a specialization for the Table API. -- 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]
