Skip to content
#

grpc

Here are 306 public repositories matching this topic...

thingsboard
armeria
ikhoon
ikhoon commented Mar 19, 2020

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

npepinpe
npepinpe commented Feb 14, 2020

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:

  1. Steeper learning curve to onboard new developers
  2. Older members have to still edit the panel to figure out wha
TarekMSayed
TarekMSayed commented Dec 1, 2019

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

Improve this page

Add a description, image, and links to the grpc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grpc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.