grpc-java
Here are 176 public repositories matching this topic...
I followed the steps:
$ kubectl apply -f kubernetes/client-side-lb-api/echo-server.yaml
$ kubectl apply -f kubernetes/client-side-lb-api/echo-client.yaml
$ kubectl get pods -l run=echo-client
with this step:
$ kubectl logs -f echo-client...
I found java error
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SL
Please ask which one, some may be outdated or low priority.
-
Updated
Feb 4, 2020 - Kotlin
-
Updated
Nov 8, 2017
Raw proto files aren't the easiest to read.
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 protobuf generator plugin.
It might be useful to document how to use this on an RBAC enabled cluster and how to create the service account, role, and role binding using the official kubernetes java client.
ApiClient officialClient = Config.fromUserPassword(
"https://la-de-do-da"
"username",
"password"
);
CoreV1Api coreV1Api = new CoreV1
-
Updated
Nov 12, 2019 - Java
-
Updated
Jan 24, 2018 - Java
-
Updated
Dec 26, 2019 - JavaScript
-
Updated
Dec 11, 2019 - Java
-
Updated
Jan 10, 2020 - Java
Exception data
For now only http exceptions could have some addiotional information (Value).
In this issue needs add functional of exception mapper for GRPC and RSocket.
ART must pass full data from exception in all protocols. For services and communicators.
-
Updated
Mar 14, 2020 - Java
-
Updated
May 2, 2020 - Java
-
Updated
Mar 26, 2018 - Java
-
Updated
Dec 16, 2019 - Java
-
Updated
Sep 1, 2019 - Kotlin
Improve this page
Add a description, image, and links to the grpc-java topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc-java topic, visit your repo's landing page and select "manage topics."
This is a usage question.
In the Sleuth docs for gRPC, they mention two variants. First one uses
io.github.lognet:grpc-spring-boot-starterandio.zipkin.brave:brave-instrumentation-grpcand clients must useSpringAwareManagedChannelBuilder. In the second variant, nothing is said other than _"Grpc Spring Boot Sta