HOOKER: Added task scheduler (#133)

* Added ThreadPoolTaskScheduler

* Extract scheduling config

* Fix

* Extract property

* Using only property instead of bean

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
This commit is contained in:
Inal Arsanukaev 2020-11-18 18:02:10 +03:00 committed by GitHub
parent 7048df31bd
commit eef4792426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@ spring:
flyway:
schemas: hook
table: schema_version
task:
scheduling:
pool:
size: 3
kafka:
bootstrap-servers: kenny-kafka1.bst1.rbkmoney.net:9092