krasserm / streamz

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel
Apache License 2.0
282 stars 44 forks source link

Camel 3 Support #76

Open firehooper opened 4 years ago

firehooper commented 4 years ago

Camel 3 Support

https://camel.apache.org/blog/Camel3-Whatsnew/

Daenyth commented 4 years ago

This should likely be added as a fully new module, so that we can continue supporting camel2 until it's definitely dead.

We should strive to keep both modules source-compatible aside from the imports where it's possible to do that.