Karim Radhouani

Results 47 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.