v-0.8
Highlights
With this release all Camel components can now be used with Akka Streams. Therefore, the Camel DSL for Akka Streams now supersedes Akka's Camel module. A complete list of tickets and pull requests in this release is here.
New features and enhancements
- Inbound in-out message exchange processing for Akka Streams (#28)
- Blocking endpoint operations are now running on a separate thread pool that is managed by StreamContext (#33). Applications can configure custom thread pools by providing an
executionContextFactory
during StreamContext creation.
Breaking changes
request
renamed tosendRequest
requestBody
renamed tosendRequestBody
request
renamed tosendRequest
requestBody
renamed tosendRequestBody