TIKA-4808 - improve in-memory pipes handling - #3028
Merged
tballison merged 2 commits intoAug 17, 2026
Merged
Conversation
Contributor
Author
|
cc @dpol1 this will be useful in grpc for stormcrawler. |
Member
|
oh nice - this is the seam I was faking on the 4795 branch with a spool file and a fake fetcher. with this in core I can drop that bridge entirely and the ticket gets to be about the thing that actually matters: same bytes, parse profile and semantic hints -> same canonical Document, whichever door the bytes come in through. thanks for the cc - I'll rebase onto this once it lands. three small edges flagged by claude:
|
Member
|
👍 |
This file contains hidden or 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
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 adds a helper fetcher that allows for direct passing of bytes from pipes client to pipes server without the usual fetcher from a static source.
This breaks the point of pipes, but it has a use, and it allows users with byte[] to still get the process isolation of pipes.