Use CBS by means of SDK in place of Consul
[dcaegen2/collectors/hv-ves.git] / sources / hv-collector-core / src / main / kotlin / org / onap / dcae / collectors / veshv / impl / socket / networking.kt
index 91f502e..a1e5b8f 100644 (file)
@@ -78,4 +78,4 @@ internal fun populateClientContextFromInbound(clientContext: ClientContext, nett
         withConnectionFrom(nettyInbound) { connection ->
             clientContext.clientAddress = Try { connection.address().address }.toOption()
             clientContext.clientCert = connection.getSslSession().flatMap { it.findClientCert() }
-        }
\ No newline at end of file
+        }