curator.go icon indicating copy to clipboard operation
curator.go copied to clipboard

Golang porting for Curator

Results 1 curator.go issues
Sort by recently updated
recently updated
newest added

Where is the function NewLeaderSelectorListener() README.MD: Leader Election listener := curator.NewLeaderSelectorListener(func(CuratorFramework client) error { // this callback will get called when you are the leader // do whatever leader work...