Skip to content

fix(config): use requested Nacos group for update listener - #957

Open
eyesofish wants to merge 1 commit into
volcengine:mainfrom
eyesofish:fix/nacos-listener-group
Open

fix(config): use requested Nacos group for update listener#957
eyesofish wants to merge 1 commit into
volcengine:mainfrom
eyesofish:fix/nacos-listener-group

Conversation

@eyesofish

Copy link
Copy Markdown

Summary

Use the resolved group_id when registering the Nacos configuration listener.

create_config() already publishes to the caller-selected group, but the listener was always registered against the default VEADK_GROUP. As a result, configurations published to custom groups never received updates.

A focused unit test verifies that publishing and listening use the same custom group.

Validation

  • Python syntax compilation
  • Focused stubbed runtime check for custom-group publish/listener consistency
  • pytest and pre-commit were not run locally because the package registry was unreachable; CI results will be tracked on the PR

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant