archaius icon indicating copy to clipboard operation
archaius copied to clipboard

JDCConfigReader incompatible to PollingDynamicConfig

Open mseele opened this issue 7 years ago • 0 comments

JDCConfigReader of 2.x branch implements "Callable<Map<String, Object>>" that is incomaptible to PollingDynamicConfig which needs "Callable<PollingResponse>" like URLConfigReader impements.

JDCConfigReader should be changed to implement "Callable<PollingResponse>" instead.

mseele avatar Jul 31 '17 12:07 mseele