spring-attic / spring-cloud-etcd

Apache License 2.0
144 stars 60 forks source link

Removes EtcdLifecycle in favor of AutoRegistration and ServiceRegistry APIs #43

Open venilnoronha opened 7 years ago

venilnoronha commented 7 years ago

Hi,

This PR removes the existing EtcdLifecycle while adding an implementation based on the AutoRegistration and ServiceRegistry APIs. See #36 for more info.

Please review and pull.

Thanks, Venil

venilnoronha commented 7 years ago

Does it look okay now?