vert-x3 / vertx-config

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

Vertx 4.2.1 Redis ConfigReader issue #141

Closed tijom closed 2 years ago

tijom commented 2 years ago

Running into some strange issues while using redis 6.2.6 as the config server. The config is stored using the HSET commands

HSET appt-src-svc-local vertx '{"listen.port": 8080}' HSET appt-src-svc-local mongo '{"host":"127.0.0.1", "port":27017}' ...

When using Redis 4, the config can be retrieved correctly. If we switch to V 6.2.6, the RedisConfigStore is unable to parse the Response correctly.

Any help will be much appreciated.

TIA