jlefebure / spring-boot-starter-minio

Minio starter for Spring Boot
Apache License 2.0
149 stars 70 forks source link

MinioNotification in a spring-batch application #18

Open Champomix opened 3 years ago

Champomix commented 3 years ago

Do you have an exemple of MinioNotification use inside a springatch application ? I can't manage how to keep the spring main thread in a waiting state to handle configured event.

Maybe it is a simple parameter of my spring-batch app bat i cant figure out.

Any help would be gratefull

C.