Hi team,
I have followed this documentation for camunda 8 setup with spring boot 3.3.0
(Getting started as a Java developer using Spring | Camunda 8 Docs)
zeebe client is self-hosted in cloud, but when i try to run the spring boot applications with all the required config in application.properties
zeebe.authorization.server.url=
zeebe.client.id=
zeebe.client.secret=
zeebe.token.audience=zeebe-api
zeebe.client.broker.gatewayAddress=
zeebe.client.broker.gateway-address=
zeebe.client.security.plaintext=true
I face zeebe gateway issue says
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /0.0.0.0:26500
could you plz suggest what am I missing here