I am creating a camel project which polls the local directory and pushes the files to a FTP location. I want to apply failover mechanism to my design. If want another fuse instance to be ready, if the current node fails.
Without any failover, two fuse instances can together poll the files. But I wanted the second node to poll the files, when the first node fails.
Is this scenario possible if I use FuseFabric ? I dont want anyother product choice, I have this product with me. But I want to know whether I can achieve this using Fabric ?
I am sure, this is possible in Web service endpoints. Not sure about file based endpoints.