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 multi-tenancy in Zeebe 8.3 #323

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

VonDerBeck
Copy link
Contributor

Description

Support multi-tenancy in Zeebe 8.3.x

  • Updated Zeebe version to 8.3.5
  • Added the attribute tenantId to schema and transformer
  • Updated the tests accordingly

BEWARE: in order to fully support Zeebe 8.3.x, e.g. new ValueTypes PROCESS_INSTANCE_BATCH, MESSAGE_BATCH and FORM there is more to do. But supporting multi-tenancy might be good start.

Related issues

closes #313

@VonDerBeck VonDerBeck requested a review from saig0 January 5, 2024 12:14
@saig0
Copy link
Contributor

saig0 commented Jan 9, 2024

@VonDerBeck thank you for contributing. 🎉 I'll have a look soon. 👀

Copy link
Contributor

@saig0 saig0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VonDerBeck great job. 🎉

LGTM. 🚀

@@ -246,6 +238,8 @@ private static Schema.DeploymentRecord.ProcessMetadata toProcessMetadata(
.setVersion(processMetadata.getVersion())
.setProcessDefinitionKey(processMetadata.getProcessDefinitionKey())
.setChecksum(ByteString.copyFrom(processMetadata.getChecksum()))
.setIsDuplicate(processMetadata.isDuplicate())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good catch.

@saig0 saig0 merged commit db1965e into main Jan 11, 2024
3 checks passed
@saig0 saig0 deleted the support-tenantId-in-zeebe-8.3 branch January 11, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing attribute tenantId / no support for multitenancy in Zeebe 8.3
2 participants