Zeebe client configuration issue

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 :slight_smile:

edit: used grpc address instead gateway address and issue got resolved

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.