Karim Radhouani

Results 123 comments of Karim Radhouani

I understand that, that is basically the spec of grpc tunnel. Yes gnmic support multiple sessions. What I'm asking is which rpc you want to trigger (streaming, unary) and how...

have a look here: https://gnmic.kmrd.dev/user_guide/tunnel_server/#combining-tunnel-server-with-a-gnmi-server

Your gNMI server is separate. The link shows how to use gNMIc as both a Tunnel Server and a gNMI server. This allows you to interact with gNMIc using another...

It's not possible for 2 processes to listen the same IP/port on the same host, you will have to change either the IP address or the port for one of...

> Ok I agree that in the diagram the direction of session arrow is inverted. But that's not the main point I was trying to discuss. > > ![image](https://user-images.githubusercontent.com/31753886/192453325-00ec7cc4-3e77-4240-88a6-9f066e8d47c6.png) >...

> A question related to code of GNMIC : > > Reading the code I was expecting that you will be creating a session using the function TunnelSession() [ Line...

Agree, it makes sense to not require a username/password when running a command.

> Is there a way to enable more logs except --debug flag ? No, that's as much as you can get without editing code. > Also, can we configure this...

in this case the content of /tmp/vendor-config.txt would be multiple cli commands that need to end up each in an ascii_val ? Instead of introducing new flags, I wonder if...

There is a `--print-request` flag but it's not a dry run, but it can be added. Currently, if the flag `--replace-file ` is set, a JSON or JSON_IETF value is...