-
Notifications
You must be signed in to change notification settings - Fork 21
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
VCST-2432: Add global tenant ID option for sequence number generation #234
Conversation
feat: Introduced a new `UseGlobalTenantId` property in the `SequenceNumberGeneratorOptions` class to support a global counter across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.003
Timestamp: 10-12-2024T12:52:46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.868
Timestamp: 10-12-2024T13:12:53
Description
feat: Introduced a new
UseGlobalTenantId
property in theSequenceNumberGeneratorOptions
class to support a global counter across all tenants/stores. By default, false. SetVirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId
to true, to enable it.References
QA-test:
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-2432
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Core_3.814.0-pr-234-4486.zip