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
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
It is possible for larger databases for BatchLogEntries to be large. This will consume a lot of memory and network bandwidth without the ability to apply back pressure (as you would get with discrete smaller messages). We should consider moving the client to either a stream based api or a paginated BatchLogEntries.
For now the temporary fix is to remove the max decoding message size on the client side.
The text was updated successfully, but these errors were encountered:
It is possible for larger databases for
BatchLogEntries
to be large. This will consume a lot of memory and network bandwidth without the ability to apply back pressure (as you would get with discrete smaller messages). We should consider moving the client to either a stream based api or a paginatedBatchLogEntries
.For now the temporary fix is to remove the max decoding message size on the client side.
The text was updated successfully, but these errors were encountered: