You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
Hi there,
I just want to have a try by using the servier register class. please see my code below.
master=consul.Consul()
`master.agent.service.register(name="Service1",service_id="222",tags=["tag1"],meta={"1":'s'})
But it said : TypeError: register() got an unexpected keyword argument 'meta'
BRGS
Yizhan