You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior versions of this infrastructure used a proprietary proxy buffer service, noted in the code as the RegistryBuffer. The infrastructure should be updated to:
have the PA launch the opensource ProxyBuffer service client
have K8 pod configuration launch the ProxyBuffer container
excercise PB device registration in the PA loadtest
excercise PB device registration in the AteClient
The text was updated successfully, but these errors were encountered:
The registry buffer service was removed, and will soon be replaced with
the proxybuffer service. However, the enablement flag within the PA was
still defaulting to true. This is updated to default to false until lowRISC#24
can be fixed.
Signed-off-by: Tim Trippel <[email protected]>
The registry buffer service was removed, and will soon be replaced with
the proxybuffer service. However, the enablement flag within the PA was
still defaulting to true. This is updated to default to false until #24
can be fixed.
Signed-off-by: Tim Trippel <[email protected]>
Prior versions of this infrastructure used a proprietary proxy buffer service, noted in the code as the
RegistryBuffer
. The infrastructure should be updated to:ProxyBuffer
service clientProxyBuffer
containerThe text was updated successfully, but these errors were encountered: