nacos-group / nacos-group/nacos-sdk-python

部分场景下 watcher 回调不成功

Open
#187 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
471
Forks
155
PR merge metrics
No merged PRs in 30d

Description

  1. 新增配置 -> 触发成功
  2. 删除配置 -> 触发成功
  3. 修改配置 -> 偶数次修改成功 例如连续修改三次 a = 1 / a = 12 / a = 123 其中 只有 a = 12 会触发回调

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the watcher sequence described in the issue: add a configuration, delete it, then modify it three times from a=1 to a=12 to a=123. Trace the configuration update and watcher-callback handling, and consider the work complete when every modification triggers the callback consistently with a regression test.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, distributed-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.