cyclops icon indicating copy to clipboard operation
cyclops copied to clipboard

Question: Does Topic holds all stream elements?

Open buckelieg opened this issue 5 years ago • 0 comments

@Override public boolean fromStream(final Stream<T> stream) { stream.collect(Collectors.toCollection(() -> distributor)); return true; }

mekaes me think that topic collects the whole input stream.

buckelieg avatar Feb 27 '20 10:02 buckelieg