devsisters / shardcake

Sharding and location transparency for Scala
https://devsisters.github.io/shardcake/
Apache License 2.0
382 stars 29 forks source link

Make grpc server shutdown timeout configurable #117

Closed ghostdogpr closed 3 months ago

ghostdogpr commented 3 months ago

By default, zio-grpc does awaitTermination with no timeout, which never returns when there are grpc streams connected.