Switch to using tell-based protocol 97/96497/6
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Wed, 9 Jun 2021 08:08:46 +0000 (10:08 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 13 Jan 2022 13:55:04 +0000 (13:55 +0000)
Using Artery with ask-based protocol in our current settings leads
to easily running out of native memory. Switch to tell-based protocol,
which can slice its messages to fit in smaller buffers.

JIRA: CONTROLLER-1983
Change-Id: I0a296dbb3ba6e4e659c94761d78cfb985633061c
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found