You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: