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

Allow derived IO writer classes to specify base path #1377

Merged
merged 2 commits into from
May 23, 2023

Conversation

glopesdev
Copy link
Member

This PR introduces a new protected overload for both StreamSink and FileSink operators allowing derived classes to specify a custom base path for created files. This will enable custom writers to demultiplex reactive sequences into multiple files based on dynamically specified names, e.g. using the keys of an IGroupedObservable.

Fixes #1309

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add protected overload to StreamSink to allow specifying the base path
1 participant