Closed natnoc closed 1 year ago
K8s version: 1.26.3
Go version: 1.20
KubeMQ Helm chart versions:
Not sure this is go sdk issue, please contact us on our slack channel.
It appears that the error was caused by an invlid license key, just in case anyone else struggles with this. Thanks for the quick support!
Hi,
I occasionally get the following error:
rpc error: code = Unknown desc = stan: connect request timeout (possibly wrong cluster ID?)
Until now, I haven't quite found a pattern for this error to occur, but it is thrown after calling queuesClient.Send:
I have multiple services running in a minikube cluster in their own namespace and KubeMQ deployed with Helm according to the docs. The services are deployed with Helm managed by Tilt for local development. All pods seem to be healthy, but I do see the exact same error message in either one of the kubemq-cluster pods.
Any ideas on what causes this error?