I have a non-web app maven project which relies on Kafka which is my message queue. now in order to do computation on incoming messages I need to run 4 JAR files concurrently. How can I use JRebel in this case so I can change my code and I don’t have to recompile those JAR files every time and run it again?
Any help would be appreciated.