grpc
Here are 270 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
When trying to register grpc server in consul recently was found that LogNet had not properly configured healthcheck. As a result we have service in consul, which doesn't have proper metadata and tags, health check route and so on. We use LogNet in prod, and we strongly need this functionality.
From my point of view, the right way is to use https://www.consul.io/docs/agent/checks.html gr
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
We currently perform no checks when asked to commit a pending snapshot. It's then possible to commit snapshots older than the current one. While relatively safe right now (as we simply don't use them, and they eventually get removed on the next newer snapshot), it could eventually lead to issues as this is unexpected (and may lead to developers wasting time as they wouldn't expe
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 3, 2020 - Java
-
Updated
May 15, 2020 - Java
现在需要搭建文档&官网么?
https://github.com/txd-team/docsite
看了下dubbo、nacos都是直接用docsite搭建的官网,我们需不需要现在开始也搞一下呢?
-
Updated
Feb 23, 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
Support for rxgrpc
-
Updated
Jan 24, 2018 - Java
-
Updated
Jun 4, 2020 - Java
-
Updated
Jul 1, 2019 - 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