-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added streaming capabilities #76
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
3 times, most recently
from
June 19, 2024 12:59
472a2a5
to
979d401
Compare
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
3 times, most recently
from
June 26, 2024 12:51
96de172
to
34e1280
Compare
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
2 times, most recently
from
July 4, 2024 08:33
c546e1a
to
f1d26b9
Compare
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
from
August 25, 2024 11:23
f1d26b9
to
3e9938c
Compare
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
5 times, most recently
from
October 6, 2024 11:02
2255e21
to
36fcee6
Compare
oskardudycz
force-pushed
the
main
branch
2 times, most recently
from
October 6, 2024 11:17
772bd1c
to
b43b82c
Compare
Added also grouping of all stream transformations to avoid naming conflicts of general names like retry, filter, etc.
Grouped all collectors together and added tests for them
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
from
October 6, 2024 11:22
36fcee6
to
26c01b8
Compare
…, it'll be added later on Also applied other post merge fixed to wrongly resolved conflicts
oskardudycz
force-pushed
the
added_streaming_to_eventstores
branch
from
October 6, 2024 11:32
26c01b8
to
62081f2
Compare
oskardudycz
changed the title
Added streaming to eventstores
Added streaming capabilities
Oct 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces foundations for streaming capabilities based on web streams. It adds shim for using native web streams or Node.js and stream transformations.
This PR has not yet introduced the streaming API; it'll come in the follow-up PR. I intended to deliver it here, but this PR was already:
So let's merge it and finally introduce the final usage in a separate PR.