Two bugfies, disabling use of TCP client pool 47/3847/2
authorPatrikBuhr <patrik.buhr@est.tech>
Mon, 18 May 2020 07:23:18 +0000 (09:23 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Tue, 26 May 2020 12:53:21 +0000 (14:53 +0200)
commit5e3c4449140ece8dde2502d04f6ac476a5ca6c89
tree845c0900e41e7f5fd81d98965732634497e4d1a1
parent144374e691c0f1bdcd90cf7c01de263c905d45b7
Two bugfies, disabling use of TCP client pool

TCP client pool is not used for connections.
Connections were for some reason not reused and
this consumed a lot of memory which was never released.

Registerring of a service should start a new kepp alive interval.

Change-Id: If53a58fdf971b1b771560dda5f24218bec1de92a
Issue-ID: NONRTRIC-195
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
policy-agent/config/application.yaml
policy-agent/src/main/java/org/oransc/policyagent/clients/AsyncRestClient.java
policy-agent/src/main/java/org/oransc/policyagent/repository/Services.java