python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

Service.Register "meta" keyword implemented

Open magli184 opened this issue 4 years ago • 0 comments

When registering a service using the local consul agent and a .json file, I can register a service with a meta data field. However through python (v.1.1.0) this parameter is not supported (TypeError: register() got an unexpected keyword argument 'meta').

Could this please be added, as it is required by other frameworks (Spring boot)?

Let me know if I need to clarify anything.

magli184 avatar Aug 26 '21 07:08 magli184