rdp4j icon indicating copy to clipboard operation
rdp4j copied to clipboard

Start Listener in only one cluster in multi host multi cluster environment

Open gurujava454 opened this issue 7 months ago • 4 comments

We are adding file poll listener while starting of the server. In multi cluster environment(ex clust1, clust2), Listener is getting added in two clusters. When a file is being added to directory/path, two listener(listeners from clust1 and clus2 ) are getting invoked and two times fileAdded method is calling. Please help me how to avoid this situation getting called two times.

gurujava454 avatar Jul 13 '24 09:07 gurujava454