grpc
Here are 306 public repositories matching this topic...
Quick Start Guide
I'm sure there are a lot of people, myself included, excited to use Rejoiner, but are rusty with their Java tooling knowledge.
Would love to see a very easy copy/paste how-to to get rejoiner up and running with vanilla Java. A quick start guide would help immensely.
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Jun 11, 2020 - Java
This is a usage question.
In the Sleuth docs for gRPC, they mention two variants. First one uses io.github.lognet:grpc-spring-boot-starter and io.zipkin.brave:brave-instrumentation-grpc and clients must use SpringAwareManagedChannelBuilder. In the second variant, nothing is said other than _"Grpc Spring Boot Sta
Description
The current Grafana dashboard works well, but it is not obvious how to interpret each panel. While it's meant to serve a springboard for users to build their own dashboards, it's also used internally by the Zeebe team, and having non-documented panels leads to:
- Steeper learning curve to onboard new developers
- Older members have to still edit the panel to figure out wha
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
-
Updated
Jun 19, 2020 - Java
Please ask which one, some may be outdated or low priority.
-
Updated
May 15, 2020 - Java
-
Updated
Jan 23, 2019 - Java
现在需要搭建文档&官网么?
https://github.com/txd-team/docsite
看了下dubbo、nacos都是直接用docsite搭建的官网,我们需不需要现在开始也搞一下呢?
-
Updated
Jun 15, 2020 - Java
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.
-
Updated
Aug 1, 2019 - Java
-
Updated
Jun 13, 2019 - Java
-
Updated
Nov 12, 2019 - Java
-
Updated
Mar 30, 2020 - Java
-
Updated
Apr 14, 2018 - Java
Improve this page
Add a description, image, and links to the grpc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc topic, visit your repo's landing page and select "manage topics."
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum