akka-grpc-quickstart-scala.g8 icon indicating copy to clipboard operation
akka-grpc-quickstart-scala.g8 copied to clipboard

A minimal seed template for an Akka gRPC with Scala build

Results 8 akka-grpc-quickstart-scala.g8 issues
Sort by recently updated
recently updated
newest added

References https://github.com/akka/akka-grpc/issues/1939

See https://github.com/akka/akka-grpc/pull/1932

Port https://github.com/akka/akka-grpc-quickstart-java.g8/pull/31 here.

https://travis-ci.org/github/akka/akka-grpc-quickstart-scala.g8/jobs/726634401 ``` ERROR: JAVA_HOME is set to an invalid directory: /home/travis/.jabba/jdk/[email protected] 543 544Please set the JAVA_HOME variable in your environment to match the 545location of your Java installation. 546 547The...

### Short description As discussed in https://github.com/akka/akka-grpc/pull/1041/files#r446209363, that plugin may become a source of transitive issues. Another motivation would be to keep the seed project in sync with the plugin...

This sample ships with a CA certificate and server credentials that are part of the grpc/grpc-java. Instead, create a custom set with instructions to reproduce the certs and keys with...

### Versions used Akka version: "2.5.25" ### Expected Behavior Please describe the expected behavior of the issue, starting from the first action. In Scala grpc quickstart if we add any...