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.rst
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,25 @@ fluent, with tag 'app.follow' and the attributes 'from' and 'to'.
93
93
'to': 'userB'
94
94
})
95
95
96
+
Handler for buffer overflow
97
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
98
+
99
+
You can inject your own custom proc to handle buffer overflow in the event of connection failure. This will mitigate the loss of data instead of simply throwing data away.
0 commit comments