-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CHK-3347] Added logic to warmup lazy beans (#365)
* added logic to warmup lazy beans * spotless apply * done * fixed * removed unused refs * spotless apply * chore: add warmup logging * updated * added more warmup stubs * reused dummy checkpointer class * all jsons ready * warmup functions ready * spotless apply * junit test need more work * updated unit tests * updated unit tests * spotless * Update WarmupRequests.kt * Update WarmupRequestsTest.kt * Update ServicesWarmup.kt * Delete src/test/kotlin/it/pagopa/ecommerce/eventdispatcher/warmup/ServicesWarmupTest.kt * fix * Update StreamConfig.kt * refactored used object * Delete src/test/kotlin/it/pagopa/ecommerce/eventdispatcher/warmup/ServicesRequestsTest.kt * Update WarmupRequests.kt * Create EventUtils * Update WarmupRequests.kt * Create EventsUtil * Delete src/test/kotlin/it/pagopa/ecommerce/eventdispatcher/warmup/utils/EventUtils * fix * Update EventsUtil.java * fix * Update src/main/kotlin/it/pagopa/ecommerce/eventdispatcher/warmup/ServicesWarmup.kt Co-authored-by: Pietro Tota <[email protected]> * fix * fix: add tests mongo connection string parameter for connection timeout * fix: add programmatic redis stream message receiver startup --------- Co-authored-by: Pietro Tota <[email protected]> Co-authored-by: Pietro Tota <[email protected]>
- Loading branch information
1 parent
9654a5a
commit c4d6d68
Showing
19 changed files
with
687 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.