-
Notifications
You must be signed in to change notification settings - Fork 37
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
Migrate to the official Zeebe client and standalone Operate client #2896
Comments
Operate client was released: https://github.com/camunda-community-hub/camunda-operate-client-java/releases/tag/8.5.8-rc1 |
We also need the new testing library to replace It has been merged already but not yet released: camunda/camunda#18999 |
How confident are you that this will be delivered with 8.6 or an upcoming alpha? It's currently blocking me here - camunda/camunda-docs#4065 (comment) |
I prepared the migration in this PR: #3193 Given that code freeze is this week, unfortunately I don't think it's feasible to include it in the upcoming alpha, the best timing from my point of view would be 8.7-alpha1. Here are some outcomes:
|
@chillleader thanks for the update! |
Yes, I think we should wait until at least 8.7-alpha1 to archive it. I think prior to archiving it, we'll also need to agree how to deal with the older Connectors versions that will continue using the community client after it's archived, i.e. what should we do if we discover a bug in Spring Zeebe 8.4 and need to provide a fix for Connectors. I'll discuss this with the team cc @sbuettner |
What should we do?
Operate client is being moved to a separate repository, and the community-supported Spring Zeebe is being sunset.
We need to switch to the official Zeebe client and standalone Operate client.
Operate client: https://github.com/camunda-community-hub/camunda-operate-client-java
Specifically, we need to check that all configurations work as before:
Why should we do it?
To use supported and up-to-date versions of dependencies.
The text was updated successfully, but these errors were encountered: