Skip to content

This kind of mistake is misleading. #271

@RomiVu

Description

@RomiVu

https://github.com/nacos-group/nacos-sdk-python?tab=readme-ov-file#add-listener

async def config_listener(tenant, data_id, group, content):
    print("listen, tenant:{} data_id:{} group:{} content:{}".format(tenant, data_id, group, content))

SHOULD BE

async def config_listener(tenant, group, data_id, content):
    print("listen, tenant:{} data_id:{} group:{} content:{}".format(tenant, data_id, group, content))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions