Skip to content

Add support for streaming documents#1050

Closed
mtdowling wants to merge 1 commit intomainfrom
streaming-dynamic-client
Closed

Add support for streaming documents#1050
mtdowling wants to merge 1 commit intomainfrom
streaming-dynamic-client

Conversation

@mtdowling
Copy link
Member

Removes (Input|Output)EventStreamingOperation and instead places its responsibility of returning event stream suppliers on the singular ApiOperation. This simplifies DynamicClient quite a bit, and is basically an even trade with code generated types/serialization.

Now a document can carry a DataStream or EventStream, and properly read and write them when using compatible protocols.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Removes (Input|Output)EventStreamingOperation and instead places its
responsibility of returning event stream suppliers on the singular
ApiOperation. This simplifies DynamicClient quite a bit, and is
basically an even trade with code generated types/serialization.

Now a document can carry a DataStream or EventStream, and properly
read and write them when using compatible protocols.
@mtdowling
Copy link
Member Author

Closing as this is being worked into #1054

@mtdowling mtdowling closed this Mar 6, 2026
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

Successfully merging this pull request may close these issues.

1 participant