However, the client is connecting to 0.0.0.0:26500
I debugged it a bit and it went through the class ZeebeClientConfigurationProperties which has a configuration-properties of “zeebe.client”. However, following configuration doesn’t work:
It’s intriguing to see how the transition to the SaaS model with Camunda is evolving the way we configure and interact with Zeebe! The convenience of a cloud-based solution offers so many advantages, but as you pointed out, it can lead to some configuration challenges. I’m curious if others have faced similar issues with the client not recognizing the SaaS settings. It would be interesting to hear any tips or workarounds people have found effective. Additionally, has anyone experimented with the latest features or integrations that come with this setup?
I mixed up some 8.5 and 8.6 dependencies and configurations.
What confused me was that the latest 8.5.x versions of the community project io.camunda.spring:spring-boot-starter-camunda used the new property structure while the newest io.camunda:spring-boot-starter-camunda-sdk 8.5.x version used the old structure.
Using 8.6.x consistently works as documented.
Thanks @jonathan.lukas for taking your time to check the issue.