TypeError: register() got an unexpected keyword argument 'meta'
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
master version works fine, but 1.1.0 does not contain this meta code, it would be awesome if someone could release next version with this...
Late but : There's a fork here You may want to check it out. It's heavily used in our company and we hope we get more users to benefit from the community feedback
Thanks, for now I found there is python-consul2 which works fine :)