Skip to content
New issue

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

Support exporters #438

Open
nikku opened this issue Jul 9, 2022 · 1 comment
Open

Support exporters #438

nikku opened this issue Jul 9, 2022 · 1 comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@nikku
Copy link
Member

nikku commented Jul 9, 2022

Description

Eze supports exporters and allows me to test them end-to-end, without extensive mocking. I'd love to see the same support here.

My use-case: I usually build my software in a test-driven way and building a custom exporter is not easy due to lack of setup / introspection. For example, I'd love to plug-in an exporter to see which records would be logged (and what I can do with them).


I know there exists zeebe-exporter-test however that already involves a lot of mocking to do. At this point in time I'm not ready to mock, I just want to get an embedded engine up and running and build my exporter in an iterative way.

@nikku nikku added kind/feature Categorizes an issue or PR as a feature, i.e. new behavior team/process-automation labels Jul 9, 2022
@saig0
Copy link
Member

saig0 commented May 31, 2024

Note

Heads up! We are building a new Java testing library for Camunda 8.6. The new library will replace Zeebe Process Test.
Read more about upcoming changes here and stay tuned for updates. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

No branches or pull requests

3 participants