Skip to content

Commit

Permalink
Adding gRPC samples to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleresca committed Oct 4, 2023
1 parent 0943563 commit 90b3abe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/paradox/project/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ This sample illustrates how to form a Pekko Cluster with Pekko Bootstrap when ru

This project demonstrates the work pulling pattern using Pekko Cluster.

## gRPC on Kubernetes

@extref[gRPC on Kubernetes example project](samples:pekko-sample-grpc-kubernetes-scala)

This project demonstrates how to build services using gRPC module running on Kubernetes.

## Kafka to Cluster Sharding

@extref[Kafka to Cluster Sharding example project](samples:pekko-sample-kafka-to-sharding-scala)
Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/paradox/typed/guide/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ Some of the challenges that HTTP tackles:

This library provides an implementation of gRPC that integrates nicely with the @ref:[HTTP](#http) and @ref:[Streams](#streams) modules. It is capable of generating both client and server-side artifacts from protobuf service definitions, which can then be exposed using Pekko HTTP, and handled using Streams.

A sample using the gRPC module can be found at: @extref[gRPC on Kubernetes example project](samples:pekko-sample-grpc-kubernetes-scala)

Some of the challenges that Pekko gRPC tackles:

* Exposing services with all the benefits of gRPC & protobuf:
Expand Down

0 comments on commit 90b3abe

Please sign in to comment.