We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to the kotlin worker the zbchaos worker need to be able to publish the chaos experiments which we run
This is necessary to migrate to zbchaos
The text was updated successfully, but these errors were encountered:
Worker for read chaos experiments (#258)
d43645e
Replacement of old Kotlin worker which has read the experiments, see https://github.com/zeebe-io/zeebe-chaos/blob/main/chaos-workers/chaos-worker/src/main/kotlin/io/zeebe/chaos/ReadChaosExperimentsHandler.kt The Camunda cloud experiments are now bundled into zbchaos, allowing it to be next to the code and not fail experiments when changing something in the repo. This means experiments are versioned with zbchaos now. Added new tests and extended the fake job client to write better tests. closes #236
ChrisKujawa
Successfully merging a pull request may close this issue.
Similar to the kotlin worker the zbchaos worker need to be able to publish the chaos experiments which we run
This is necessary to migrate to zbchaos
The text was updated successfully, but these errors were encountered: