Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-wunderlich/simple-kotlin-c8-application
https://github.com/p-wunderlich/simple-kotlin-c8-application
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p-wunderlich/simple-kotlin-c8-application
- Owner: p-wunderlich
- Created: 2024-05-30T09:34:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T09:34:42.000Z (7 months ago)
- Last Synced: 2024-09-09T14:08:59.048Z (4 months ago)
- Language: Kotlin
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-java-c8-application
Simple Camunda 8 Project which uses Kotlin and the "zeebe-client-java" for C8/Zeebe.
Env File is needed with following contents.
```
ZEEBE_ADDRESS='[Your Credentials]'
ZEEBE_CLIENT_ID='[Your Credentials]'
ZEEBE_CLIENT_SECRET='[Your Credentials]'
ZEEBE_AUTHORIZATION_SERVER_URL='https://login.cloud.camunda.io/oauth/token'
ZEEBE_REST_ADDRESS='[Your Credentials]'
ZEEBE_GRPC_ADDRESS='[Your Credentials]'
ZEEBE_TOKEN_AUDIENCE='zeebe.camunda.io'
```Those can be downloaded when creating new client credentials in C8 SAAS for the cluster.