Execution on startup?
Hi, I am developing a custom kafka consumer that will run on a PU and is able to span multiple threads. Is there a way in which I can auto-start the execution of one method after all spaces of the application are successfully loaded? I tried afterPropertiesSet() from Spring but it does before some spaces are up
Thanks in advance