Skip to content

Use Azure factory for subscription client

Alok Joshi requested to merge azure_subscription_client into master

Using the Apache based Http client (used in HttpClientAzure implementation of IHttpClient) instead of Java based one (default implementation in os-core-common) when connecting to Register service. We are seeing a lot of client connection dropout issues with the current client implementation. Switching to Apache based client fixes the issue.

Merge request reports