Ryan Michela

Results 34 issues of Ryan Michela

Crazy idea: A `ServerServiceDefinition` implementation that supports protobuf "dynamic messages".

enhancement
help wanted

https://twitter.github.io/finagle/guide/Clients.html#load-balancing

enhancement
help wanted

Raw proto files aren't the easiest to read. [Protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc) looks like a great project for generating this documentation. It would be great if Protoc-gen-doc were integrated with Maven as a...

enhancement
help wanted

Netflix Curator and other standard announcement formats

enhancement
help wanted

enhancement
help wanted

enhancement
help wanted

Add a new interface that services can implement to get lifecycle events * onServerReady() * onServerShutdown(bool forced) Implement a `Server` wrapper that calls the lifecycle events on each service implementation...

enhancement
help wanted

Hello, I'd like to start a discussion about adding a `CompletableFuture`-based stub implementations to gRPC. I understand that generated gRPC code must be backwards compatible with Java 6, so here...

enhancement

`helm.sh: {{ $.Chart.Name }}-{{ $.Chart.Version | replace "+" "_" }}`

``` image: command: - cmd - arg1 - arg2 ``` Command options let you override or provide arguments to the container's entrypoint.