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

Adding multi tenant support #56

Merged

Conversation

rabazit
Copy link
Contributor

@rabazit rabazit commented Dec 23, 2024

closes #53

Description:
This pull request introduces a new attribute, TenantIdsAttribute, allowing developers to specify a string[] of tenant identifiers for each worker. Additionally, it adds a tenantIds option to the worker options, enabling more flexible and customizable multi-tenant configurations.

Key Changes:

  • Added TenantIdsAttribute to support tenant-specific worker configuration.
  • Enhanced worker options by introducing an optional tenantIds property.

These updates improve the library's support for multi-tenancy, making it easier to isolate tasks and workflows based on tenant identifiers.

@VonDerBeck
Copy link
Collaborator

@rabazit Thanks a lot - this is an important improvement. Will have a look at it soon.

@VonDerBeck VonDerBeck merged commit c4c528b into camunda-community-hub:main Dec 30, 2024
5 checks passed
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.

Not supporting multi tenant
2 participants