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

Add protected overload to StreamSink to allow specifying the base path #1309

Closed
glopesdev opened this issue Mar 27, 2023 · 0 comments · Fixed by #1377
Closed

Add protected overload to StreamSink to allow specifying the base path #1309

glopesdev opened this issue Mar 27, 2023 · 0 comments · Fixed by #1377
Labels
proposal Request for a new feature
Milestone

Comments

@glopesdev
Copy link
Member

The StreamSink abstract class provides a protected method for generating the stream logging observable. Currently this operator only allows using the Path property as the base file name to the generated stream.

protected IObservable<TElement> Process<TElement>(IObservable<TElement> source, Func<TElement, TSource> selector)

Implementation of operators supporting demultiplexing of multiple streams would be supported by providing a new overload accepting a fixed path parameter to be used instead of the base property.

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

Successfully merging a pull request may close this issue.

1 participant