Krzysztof Majewski

Results 16 comments of Krzysztof Majewski

Here is my `envoy.yaml`: ``` admin: access_log_path: /tmp/admin_access.log address: socket_address: { address: 0.0.0.0, port_value: 9901 } static_resources: listeners: - name: listener_0 address: socket_address: { address: 0.0.0.0, port_value: 8080 } filter_chains:...

In other words, my gRPC server (Python) is not running in a container, it's running directly on the host machine. Hence the `address: host.docker.internal`. Let me know if you need...

I'm sorry to say that I'm on a Windows host (not my choice) and the `host` networking driver [only works on Linux hosts](https://docs.docker.com/network/host/). However, if I'm reading the Docker docs...

Re: environment variables: I can certainly try that. But I'm already printing a line of text whenever my Python server receives a request. When I connect with my Python client,...

The example that works is the one from the Quick Start tutorial, where there is a gRPC server written in Node that runs in a container. What I'm trying to...

I've installed Envoy in a full-featured `ubuntu` container. I am able to access my gRPC server at `host.docker.internal:50051` from that container, by using the `telnet` command (see attached screenshot). So,...

To be clear, I'm swapping out the Node server from the Quick Start tutorial with my own python server which implements different RPCs. So, the client code has also changed....

Yes, I define a new cluster called `demo_service`: https://github.com/krzysztofmajewski/gRPC-demo/blob/master/web/envoy.yaml#L26 You can see the rest of the code [here](https://github.com/krzysztofmajewski/gRPC-demo/tree/master/web). I started with the code in the [Quick start](https://grpc.io/docs/platforms/web/quickstart/) and tried to...

Thanks for testing @RohitRox but in the meantime we've decided not to go with gRPC. The front-end side of things didn't seem mature, based on the incomplete documentation.

I have the same problem. Similar environment as @fgonzalezflx except for the Git version: ``` Found Git 2.26.0.windows.1 ``` Note that this is a 32-bit version of Git.