You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. 🚀
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.
The text was updated successfully, but these errors were encountered: