apache / apache/curator

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

Open
#1,242 0 comments 0 reactions 0 assignees View on GitHub
imported-jira-issue rfe
Dominant language
Java
Stars
3.2k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.