kragniz / kragniz/python-etcd3
add_watch_callback
Open
- Dominant language
- Python
- Stars
- 450
- Forks
- 194
- PR merge metrics
- No merged PRs in 30d
Description
when the create_watch request is invalid, there is no way to inform the caller, better add callback(None) in all fail conditions
Contributor guide
Research direction
Start by locating the create_watch implementation and review every failure condition in its request path. Confirm how the callback is currently invoked, then ensure invalid create_watch requests notify the caller with None and verify each failure path behaves consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100