fluent / fluent/fluent-logger-java
There is no way to set socket read timeout
Open
- Dominant language
- Java
- Stars
- 210
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
There is no way to set a socket read timeout.
socket.setSoTimeout() is not configurable.
So if there are network issues (packet loss for a certain duration) OR if fluentd process itself is not responding then all logging threads could get blocked and bring the application to a standstill.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.