-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IGNITE-22285 Implement Embedded Data Streamer with Receiver (#4103)
Implement embedded streaming with receiver in `RecordViewImpl`, `RecordBinaryViewImpl`, `KeyValueViewImpl`, `KeyValueBinaryViewImpl`. * Extract `StreamerReceiverJob` to `ignite-compute` module for reuse in client and embedded streamers * `ignite-compute` module already depends on `ignite-table` module, but we need to run the receiver as a compute job: * Expose `StreamerReceiverRunner` interface from `ignite-table` module * Implement in `ignite-compute` and inject into `IgniteTablesInternal` * `ignite-compute` now depends on `ignite-client-common` to reuse streamer serialization logic * Client protocol is not affected
- Loading branch information
Showing
44 changed files
with
612 additions
and
191 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.