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

Timeout and basic error handling in reading a remote file #69

Open
JaeseungYeom opened this issue Jan 19, 2024 · 2 comments
Open

Timeout and basic error handling in reading a remote file #69

JaeseungYeom opened this issue Jan 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@JaeseungYeom
Copy link
Contributor

Currently, a consumer will wait indefinitely if a file does not exist. A timeout controlled via environment variable might be useful. In addition, if there is an error while reading a file on the producer side, the error should be passed to the consumer.

@JaeseungYeom JaeseungYeom added the enhancement New feature or request label Jan 19, 2024
@JaeseungYeom
Copy link
Contributor Author

The timeout here is for KVS. This is different from issue #31

@JaeseungYeom
Copy link
Contributor Author

PR #93 addresses a part of the plan, which is to send the return value of read() from module to client.

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