Skip to content

[CURATOR-727] Add the ability to run watches asynchronously via an executor #1242

Description

@jira-importer

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.


Originally reported by houston, imported from: Add the ability to run watches asynchronously via an executor
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2025-01-21

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions