aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/config/DmiWebClientConfiguration.java
AgeCommit message (Expand)AuthorFilesLines
2024-07-09Refactor remaining classes package structureToineSiebelink1-121/+0
2024-07-03 CPS NCMP: Resolved high cardinality of prometheus metrics for dmi service urlsourabh_sourabh1-48/+24
2024-06-19Handle high frequency (faster then DMI) of passthrough request in NCMPsourabh_sourabh1-51/+71
2024-06-13 #1: Used async version of web client for batch read operationsourabh_sourabh1-3/+1
2024-06-06#1: Dedicated web client instance is assigned for data, model and health serv...sourabh_sourabh1-14/+71
2024-05-22Remove un-used code of RestTemplatesourabh_sourabh1-35/+11
2024-05-17Replaced RestTemplate with WebClient in synchronous DMI callssourabh_sourabh1-0/+94
2024-04-30Reverted web client changes as it breaking CPS functionality:sourabh_sourabh1-93/+0
2024-04-29Re-use ncmp.dmi.httpclient.maximumConnectionsTotal parametersourabh_sourabh1-18/+23
2024-04-26Module sync task failing with WebClientleventecsanyi1-0/+6
2024-04-25Replace RestTemplate with WebClient in synchronous DMI callsleventecsanyi1-0/+82