Hi guys!
I’m trying to run the Python client (https://gitlab.com/stephane.ludwig/zeebe_python_grpc), following the readme code, and I’m getting this error:
Cannot invoke RPC on closed channel
And error happens on that line:
topology = stub.Topology (gateway_pb2.TopologyRequest ())
I need to create a POC and I am having difficulties right from the start.
I did all of Zeebe’s GetStarted, and everything is working.
I also did gRPC quickstart, running HelloWord, and also working.