summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/dcae/configuration/ConfigUpdater.java
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09CBS configuration fetching7.0.0-ONAP1.7.9guilinBogumil Zebek1-0/+11
- Fix deadlock problem which occurs during starting application Change-Id: I9103f0efd7caa105727f4814532934881335190f Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> (cherry picked from commit 266777f52144bc1e6110c18d34de612538b78b26)
2020-11-02Fetch configuration from CBSBogumil Zebek1-0/+95
- Fix memory leak. - Add reactive configuration fetching from Consul. Now configuration is updated when any change in VES configuration has been done in Consul. Change-Id: I9cd42e04844c9e99d4d03951185523b569dc9483 Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> (cherry picked from commit 1599617246f0ffec1b1c7840f9c7c42318183dcd)