kragniz / kragniz/python-etcd3
RevisionCompactedError need more information
Open
- Dominant language
- Python
- Stars
- 450
- Forks
- 194
- PR merge metrics
- No merged PRs in 30d
Description
If I use one watch callback function to handle multiple keys,i can not known which watch_id or key is canceled.
Now you must one watch callback function handle one key
Contributor guide
Research direction
Start by locating the watch callback API and the RevisionCompactedError definition in the Python etcd client. Trace how a callback serving multiple keys is notified of cancellation, then make the completed behavior identify the canceled watch ID or key and verify it with the relevant watch tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100