Skip to content
View mychalvlcek's full-sized avatar
🙉
.
🙉
.

Organizations

@EpicGames @rohlikcz
Block or Report

Block or report mychalvlcek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bulanci-html5 bulanci-html5 Public

    Bulánci - development repository

    JavaScript 7 1

  2. cvut-oi-mssz cvut-oi-mssz Public

    TeX 5 2

  3. PlaytikaOSS/testcontainers-spring-boot PlaytikaOSS/testcontainers-spring-boot Public

    Container auto-configurations for Spring Boot based integration tests

    Java 841 238

  4. cvut-oi-si-mssz cvut-oi-si-mssz Public

    TeX 2 2

  5. Spring Quartz - multitenancy Spring Quartz - multitenancy
    1
    To 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
    4
    
    
    5
    This 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