-
I would like to discuss the design of the new client functions, to propose a new one with [functional options](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis)
Currently we …
-
Hi there!
Thanks for bringing this framework to us 👍
I've been playing around with it for a bit today, and it looks like the generation of the imports has an issue. Either that or I'm just miss…
-
Running `make` from master/v5.0.0 (db96cdf354e8dc053e5ee5fe890bb0a7f18123ab) without any changes modifies 9 python test files. I expected no changes to checked-in files.
Each includes additional c…
-
I've started work on a generating swagger files for twirp services (almost 100% based on https://github.com/grpc-ecosystem/grpc-gateway/tree/master/protoc-gen-swagger)
The clients would be JSON onl…
-
https://github.com/twitchtv/twirp/blob/4492f81f75b4d504a2eadbda05055f416c076858/Gopkg.toml#L2
Mentions that these deps are only needed for testing. This is however, untrue. They are also needed to …
gaffo updated
6 years ago
-
Not sure how to PR wikis, but there is a typo in the usage of the client code. I believe the [last section](https://github.com/twitchtv/twirp/wiki/Usage-Example:-Haberdasher#using-twirp-clients) shoul…
jcomo updated
6 years ago
-
Awesome framework!! 🥇 👍 👍 👍
Im new to RPC and i looked around all over and i didn't find what i was looking for so as a last resort im posting my issue here.. so please forgive me if it does not m…
-
Hi, can you suggest what load balancing/service discovery strategies do you use in twitch?
As I see the current implementation of twirp allows only to use server-side discovery using some reverse-pr…
-
i’m interested in ruby and java support (maybe php too). any advice along these lines?
-
## What I did
I created a service method that takes no inputs. It has a request message type, but that type has no fields.
```
service Geo {
rpc Get(GetRequest) …