felipegutierrez / explore-akka

This project is a demo of an Akka-http and Akka-cluster running on top of Kubernetes (minikube) and with its own Docker image created by sbt-native-packager. It also includes several other examples of the Akka Classic and Typed (essential, persistence, remote, cluster, stream, HTTP, serialization (Srapy-JSON, Avro, Kryo, protobuffer)).
Apache License 2.0
2 stars 2 forks source link

Create a Join operator in Akka stream #7

Closed felipegutierrez closed 3 years ago

felipegutierrez commented 3 years ago

How can I create a join operator in Akka stream that groups elements with same ID? There is this discussion Akka streams join by key at lightbend but I couldn't find a simple use case. ant this question Akka Streams custom merge at stackoverflow.