Skip to content

Commit

Permalink
link to pekko discovery docs (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 30, 2023
1 parent 585c94d commit 779622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pekko-sample-grpc-kubernetes-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an example of an Apache Pekko HTTP service communicating with a gRPC service. Both services are deployed to Kubernetes. The HTTP service uses [Kubernetes API discovery mechanism](https://pekko.apache.org/docs/pekko-management/current/discovery/index.html#discovery-method-kubernetes-api) to find the gRPC service and send messages to the gRPC service.

The Apache Pekko HTTP application discovers the gRPC application using [Akka Discovery](https://developer.lightbend.com/docs/akka-management/current/discovery.html).
The Apache Pekko HTTP application discovers the gRPC application using [Pekko Discovery](https://pekko.apache.org/docs/pekko/current/discovery/index.html).
It uses the `pekko-dns` mechanism which relies on the `SRV` records created by Kubernetes.
All the technologies used in this example are open source.

Expand Down

0 comments on commit 779622c

Please sign in to comment.