grpc-by-example-java icon indicating copy to clipboard operation
grpc-by-example-java copied to clipboard

A collection of useful/essential gRPC Java Examples

Results 25 grpc-by-example-java issues
Sort by recently updated
recently updated
newest added

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...

Would like to see how to integrate GRPC with Kafka and producers and subscribers to topics. Also using the protobuf with Kafka vs. Json. How to be 100% GRCP in...

Used this example and not having basic runtime exceptions being caught. Is this example up to date? It triggers: - `com.ea.eadp.social.connections.UnknownStatusInterceptor#interceptCall` - `io.grpc.ForwardingServerCall.SimpleForwardingServerCall#delegate` But it doesn't trigger either of: -...

Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 1.1.5 to 1.3.8. Release notes *Sourced from [rxjava's releases](https://github.com/ReactiveX/RxJava/releases).* > ## 1.3.8 > [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.8%7C) > > RxJava 1.x is now officially **end-of-life (EOL)**. No further developments, bugfixes,...

dependencies

Bumps brave-grpc from 3.14.0 to 4.13.6. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=io.zipkin.brave:brave-grpc&package-manager=maven&previous-version=3.14.0&new-version=4.13.6)](https://dependabot.com/compatibility-score.html?dependency-name=io.zipkin.brave:brave-grpc&package-manager=maven&previous-version=3.14.0&new-version=4.13.6) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps rapidpm-microservice-modules-core from 0.9.1 to 1.1.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.rapidpm.microservice:rapidpm-microservice-modules-core&package-manager=maven&previous-version=0.9.1&new-version=1.1.1)](https://dependabot.com/compatibility-score.html?dependency-name=org.rapidpm.microservice:rapidpm-microservice-modules-core&package-manager=maven&previous-version=0.9.1&new-version=1.1.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [javafx-maven-plugin](https://github.com/javafx-maven-plugin/javafx-maven-plugin) from 8.1.4 to 8.8.3. Release notes *Sourced from [javafx-maven-plugin's releases](https://github.com/javafx-maven-plugin/javafx-maven-plugin/releases).* > ## javafx-maven-plugin-8.8.0 > This is kind of a big release, because it contains so much new stuff...

dependencies

can u please create some example about authenticate the request with diffrente methods like Basic, OAuth2 and ...?

Tried with both Istio 0.8 and 1.0 snapshot with mTls on and off. All have the same error: ``` [2018-07-23 23:11:20.985][15][warning][upstream] external/envoy/source/common/config/grpc_mux_impl.cc:240] gRPC config stream closed: 14, no healthy upstream...

Hi @saturnism, your project has been really helpful in getting up and running with GRPC java. It'd be amazing if you can make a template Android project to provide us...