You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,11 @@ Since the default is zero value, Write will not time out.
68
68
Enable asynchronous I/O (connect and write) for sending events to Fluentd.
69
69
The default is false.
70
70
71
+
### ForceStopAsyncSend
72
+
73
+
When Async is enabled, immediately discard the event queue on close() and return (instead of trying MaxRetry times for each event in the queue before returning)
74
+
The default is false.
75
+
71
76
### RequestAck
72
77
73
78
Sets whether to request acknowledgment from Fluentd to increase the reliability
0 commit comments