vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

Be able to parse Consul values on read #71

Closed Addvilz closed 4 years ago

Addvilz commented 5 years ago

It would be really useful to be able to parse Consul KV values as rich data (JSON, YML) on the fly instead of always using String value.

ConsulConfigStore:80 for reference.

I can do a PR.

romanpierson commented 4 years ago

Hi @Addvilz I just wanted to open such an issue as well and saw you already did. Do you have an idea what's the status of this, could this be merged into the standard? As it would be really useful.

Addvilz commented 4 years ago

No idea. I worked around it manually deserializing.

Addvilz commented 4 years ago

@vietj ... that did not mean however that this request would not be useful.