Adriano Santos

Results 283 comments of Adriano Santos
trafficstars

Hello @tuddman , I understand that Deno is written over Rust but I think the question is about how I use gRPC in Deno, how do I write a gRPC...

I believe that due to the popularity of gRPC it would be great to see support in the Deno standard library, like any other form of IO

I aggre about grpc-web maybe this should be another Deno module

I suggest that google grpc http transcoding annotations be used here to maintain a standard between frameworks and tools https://cloud.google.com/endpoints/docs/grpc/transcoding

I am facing a similar problem. I'm using Kind to test my service and I get the error below ``` 2021-04-02 01:52:34.708 [massa_proxy@massa-proxy-c9885df8-ffbhz]:[pid= ]:[error]:** System NOT running to use fully...

Hi @bryanhuntesl, thanks for the quick response. Yes I tried to use -sname to no avail too. In my logs I print Node.self () and see that the name is...

It seems to me that the strategy is managing to resolve the addresses correctly, however, the names of the nodes are like **massa-proxy@hostname** instead of **massa-proxy@ip** and this seems to...

yes it exists but is totally ignored by all supported languages, including java and node

Hello @jroper I am implementing in the CLI the cloudstate run command that will do just that.