Support easy Camunda Cloud configuration
See original GitHub issueThe latest version 0.7.1 doesn’t seem to support Camunda Cloud out of the box. According to the readme, it is only possible to configure zeebe.client.broker.contactPoint
. The configuration of a client id and a client secret is not possible.
The #67 should make it possible to add a credentials provider. Nevertheless, it would nice to support Camunda Cloud with less effort. For example:
zeebe:
client:
broker:
contactPoint: "Camunda Cloud Contact Point"
id: "Camunda Cloud Client ID"
secret: "Camunda Cloud Client Secret"
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Support easy Camunda Cloud configuration · Issue #81 - GitHub
The latest version 0.7.1 doesn't seem to support Camunda Cloud out of the box. According to the readme, it is only possible to...
Read more >Zeebe on Camunda Cloud: Getting Started
Zeebe is now available as a managed service in the Camunda Cloud. This post is a guide to getting started with the Zeebe...
Read more >Installation | Camunda Platform 8 Docs
This document describes the installation process of the Camunda Optimize and connect it to a Camunda 7 stack, as well as various configuration...
Read more >Getting started with Camunda Cloud and Spring Boot - YouTube
Deploy a self-managed Zeebe Cluster using Kubernetes KIND · Testing processes for Camunda Cloud and Zeebe · Building a Camunda Platform 7 Project ......
Read more >Tutorial: How to Send an Email Worker Using Camunda Cloud ...
Camunda Platform 8, our cloud -native solution for process orchestration, launched in April 2022. Images and supporting documentation in this ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ArtunSubasi that sounds like a great community contribution, I don’t mind helping, reviewing and testing a PR if you create one. We can definitely create a release before the end of the year if we have that fix in place . I totally agree with you on the fact that it should be just those three properties to get it working with cloud
Sorry - I overlooked that. That looks basically good to me (I did a quick and dirty version here https://github.com/berndruecker/flowing-retail/blob/master/zeebe/java/checkout/src/main/java/io/flowing/retail/checkout/ZeebeClientConfiguration.java#L15).
So the discussion is
Any opinions? @ArtunSubasi @salaboy
My personal opinion is that it would still be valuable to have it via Spring Boot - which also allows you to easily set environment variables. It is simply more aligned with the Spring Boot way - or WDYT?
And I am the only one that likes to put some defaults simply in the application.yaml and get going to play around locally? Environment variables are an obstacle in that worfklow. WDYT?