You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Apache Streams historical reliance on third-party open-source SDKs in streams-contrib was useful in getting a lot of integrations built, but as a result the distribution binary contains a lot of maven dependencies that it doesn't really need, most of which wouldn't be activated in any given application.

The superior pattern the community has endorsed is to heavily rely on several powerful dependencies, primarily other Apache projects, and refactor the code base to eliminate un-necessary third-party dependencies.

  • No labels