Akka grpc Swagger UI is possible to implement ?
It can be used to list and call gRPC methods using swagger-ui conveniently. As gRPC-swagger is based on gRPC reflection, you only need to enable reflection feature when starting the service and no need modifying proto files and related code implementations.
Akka grpc Swagger UI is possible to implement ?