akka / akka-grpc

Akka gRPC
https://doc.akka.io/docs/akka-grpc/
Other
431 stars 123 forks source link

Add HTTP Interop example with multiple services #1023

Open raboof opened 4 years ago

raboof commented 4 years ago

On the Akka HTTP interop page, it would be good to also give an example of a route serving multiple services (by first combining them into one service and then converting them to a Route).

jrudolph commented 4 years ago

:+1: Not only multiple services but a combination where the gRPC route is not the last alternative.