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

Read stderr #24

Open
TimJentzsch opened this issue Jan 13, 2024 · 0 comments
Open

Read stderr #24

TimJentzsch opened this issue Jan 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TimJentzsch
Copy link
Collaborator

Right now, we only read from the processes' stdout, but there is currently no way to also read stderr.
We will need another task to read that stream and also generate events for the output.

The main challenge will be to integrate this well into our existing APIs.
Maybe an application will want to read both stdout and stderr, in the same order in which they were written.
In that case, two separate event streams might not work anymore.

@TimJentzsch TimJentzsch added the enhancement New feature or request label Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant