Nicolas DUMINIL
Nicolas DUMINIL
Hi, just a short note to mention that, in my case, this same behaviour appears while **the partition handlers are annotated with @Bean.** However, **if the partition handler is annotated...
Hi, thanks for your comments. I'm not sure what do you exactly mean by: "But as this partionerHandler is now at @StepScope (instead of directly at @bean level with @enable...
Hello, Many thanks again for your update. Here are my results: In the initial issue I've registered (#791) I was wondering how could I avoid hard coding the step name...
Hello, Your answers as well as your suggestions are higly appreciated, thank you very much. In order to keep you updated, after having followed your workaround and your sample code,...
Last but not least, if someone from this code maintainers group or team could provide some guidance such that to get the code working, it would be great !
@cppwfs : which means that currently Spring Cloud Task isn't supposed to support multiple partition handlers ? I didn't see any note about that in the documentation. And what would...
@danilko: Many thanks again for your help and support. Your contribution has been highly appreciated. Many thanks also for having dramatically simplified the provided code and for having made it...
Finally, I adopted another solution: I simply defined ... ... true ... ... in the master POM and: ... ... false ... ... in the module where I want to...