spring-attic / spring-cloud-etcd

Apache License 2.0
144 stars 60 forks source link

Registering service with multiple properties #20

Open whgibbo opened 9 years ago

whgibbo commented 9 years ago

Hi, Was just wondering if it was possible to register a service with a list of properties? The aim is to be able to obtain an service that registered with a particular property..

Any thoughts ?

Thanks

spencergibb commented 9 years ago

Not currently

whgibbo commented 9 years ago

Ok...

If I wanted to do this, would I be right in thinking it be EtcdLifeCycle class and it's register method.