Hello-
As we gradually add new types to our system we are starting to reach the limits of available memory. We have one or two types that are particularly large.
Suppose we have a single type that contains an array of data totalling 100MB in size. Assume we want strict reliability and have no need at present to queue up multiple reads. Consider it an error if we cannot process the current read before the next write is posted to our endpoint. Assume this is not a keyed topic and there is 1 remote writer.