Houston Putman created CURATOR-727: -------------------------------------- Summary: Add the ability to run watches asynchronously via an executor Key: CURATOR-727 URL: https://issues.apache.org/jira/browse/CURATOR-727 Project: Apache Curator Issue Type: Improvement Components: Framework Reporter: Houston Putman
This would modify NamespaceWatcher such that the process() method would run the provided watcher instance in an ExecutorService, if the CuratorFramework was setup to use an asyncWatchService. This way long-running watch code does not block the original command (if run in the foreground), or other watchers for the same event. -- This message was sent by Atlassian Jira (v8.20.10#820010)