akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

Improve DX when producing events #126

Closed huntc closed 12 months ago

huntc commented 12 months ago

The producer sink/gRPC flow has been integrated further to improve DX.

In principle, the producer task function returns both the sink task and the flow, internalising some channels.

For an illustration of the improvements: https://github.com/lightbend/akka-projection-temp/pull/21