-
Updated
Sep 7, 2020 - TypeScript
grpc-client
Here are 161 public repositories matching this topic...
-
Updated
Oct 7, 2020 - Go
-
Updated
Apr 18, 2019 - JavaScript
-
Updated
Feb 5, 2019 - Go
-
Updated
Apr 13, 2020 - Go
Is your feature request related to a problem? Please describe.
I want to use ETCD's ttl, and I noticed that there are some lease methods (LeaseGrant and so on) exposed from client, but I can't figure out how to use them.
Describe the solution you'd like
Add some usage examples in README.md.
Thank you for your creating the great client again.
-
Updated
Aug 6, 2020 - TypeScript
-
Updated
Oct 5, 2020 - Ruby
-
Updated
Jul 19, 2020 - TypeScript
-
Updated
Oct 10, 2020 - C++
`[info] ProtocolUtilTest:
[info] generateProtocol
[info] - should generate a protocol with valid format
[WARN] [10/18/2017 10:55:52.375] [pool-7-thread-6-ScalaTest-running-PredictorFSMTest] [akka://EngineFSMTest/user/$$d] Engine is unavailable, not possible to perform event any message in state Unavailable/NoModel
[INFO] [10/18/2017 10:55:52.736] [pool-7-thread-1-ScalaTest-running-GenericHttpA
-
Updated
Sep 2, 2018 - JavaScript
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Aug 31, 2020 - Go
-
Updated
Aug 9, 2020 - PHP
-
Updated
Dec 7, 2017 - JavaScript
Is your feature request related to a problem? Please describe.
currently all message have to be specified at start
Describe the solution you'd like
read from stdin line by line, parse messages and send to stream
Describe alternatives you've considered
none yet
Describe why you think this feature is useful for gWhisper users
full streaming support
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Aug 11, 2020 - Vue
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Sep 9, 2018 - Swift
-
Updated
Oct 9, 2020 - Go
-
Updated
Mar 23, 2018 - Go
Should be pretty easy to hook into this. All the client configurations use the default registry. See the easy push example in the link here:
https://godoc.org/github.com/prometheus/client_golang/prometheus/push
In addition to adding support for the push gateway, let's also add some metrics to understand where failures are happening in our indexing funnel. This will require the addition of so
-
Updated
Feb 19, 2018 - TypeScript
-
Updated
Sep 28, 2020 - PHP
Improve this page
Add a description, image, and links to the grpc-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc-client topic, visit your repo's landing page and select "manage topics."


In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g