Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Does Topic holds all stream elements? #1098

Open
buckelieg opened this issue Feb 27, 2020 · 0 comments
Open

Question: Does Topic holds all stream elements? #1098

buckelieg opened this issue Feb 27, 2020 · 0 comments

Comments

@buckelieg
Copy link

buckelieg commented Feb 27, 2020

@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 buckelieg changed the title Question: Does Topic hold all stream elements? Question: Does Topic holds all stream elements? Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant