Reduce StreamsConfiguration proliferation 56/108756/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 30 Oct 2023 18:19:11 +0000 (19:19 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 30 Oct 2023 19:04:55 +0000 (20:04 +0100)
The indirection through configuration is causing us to allocate multiple
instances of SubscribeToStreamUtil.

Refactor instantiation so that we really are using a single configured
instance.

JIRA: NETCONF-1102
Change-Id: Ib6028aad570e4fac6d77540c6bece1f44ef77113
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found