Hi Guys,
I tried to understand the real difference between Connectors vs Job workers… I saw couple of articles including official. I understand Connectors we can build as library and we can reuse easily injecting the library… If I build the application with Job workers, I can do the same right building that project as library and I can inject into any other project… so what is the advantage here as a Connector…
Can someone give some real time difference where exactly I can utilise connector instead of Job worker ?