camunda-community-hub / nestjs-zeebe

Zeebe transport and client for nestjs framework
MIT License
25 stars 11 forks source link

Grpc Stream Error: 13 #13

Closed klub-gowtham-subramani closed 1 year ago

klub-gowtham-subramani commented 1 year ago

3 zeebe brokers and 2 zeebe gateways have been installed on a k8s platform. To enable external access to the gateway from outside k8s, an ALB ingress has been used.

When connecting to the publicly exposed endpoint getting this error ERROR: Grpc Stream Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error

But using zbctl i am able to connect and get the status from that endpoint. Please let me know if anything needs to be changes

klub-gowtham-subramani commented 1 year ago

after sending the useTLS to true, issue is resolved.