jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

Feature/json serializer #167

Closed dgutierrez-stratio closed 6 years ago

dgutierrez-stratio commented 6 years ago

NOTE: Pending PR #164

This feature allows to put json format data into etcd, as well as receive it in that same format

lburgazzoli commented 6 years ago

This PR is quite confusing as it includes both ssl and json which are unrelated, can you please reopen this PR with json bits only ?