🙉
.
Whatever the mind of man can conceive and believe, the mind can achieve.
-
rohlik.group
- Prague, Czech Republic
- http://linkedin.com/in/vlcekmichal
- @mychalvlcek
Pinned Loading
-
-
-
PlaytikaOSS/testcontainers-spring-boot
PlaytikaOSS/testcontainers-spring-boot PublicContainer auto-configurations for Spring Boot based integration tests
-
-
Spring Quartz - multitenancy
Spring Quartz - multitenancy 1To achieve multitenant behavior for quartz scheduler, we need to setup:
2- set tenantId for every job we created.. we use quartz `JobDataMap` (handy key/value store) in Job class
3- `JobListener` - to inject tenantId from JobDataMap into current thread-bounded tenant context
45This will work with shared quartz database.. if we want to have separated quartz databases/schemas for every tenant, we can instantiate multiple SchedulerFactoryBean with its custom dataSource
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.