zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter
MIT License
13 stars 8 forks source link

Submission to Nakadi does not work without @EnableScheduling #92

Closed goekhanak closed 6 years ago

goekhanak commented 6 years ago

The persisted events are not sent without adding @EnableScheduling to the main class. Either this should be part of documentation or @EnableNakadiProducer should contain it.

ePaul commented 6 years ago

Interestingly, this seems to not have been needed in some service where we were using the 4.1.3 version of the library. So maybe that is some difference introduced by the SpringBoot 2 support (in #87 / #89).