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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ $ go get github.com/Trendyol/go-dcp
89
89
|`rootCAPath`| string | no |*not set | if `secureConnection` set `true` this field is required. |
90
90
|`debug`| bool | no | false | For debugging purpose. |
91
91
|`dcp.bufferSize`| int | no | 16mb | DCP internal queue buffer size (x Node Count). Check this if you get OOM Killed. |
92
+
|`dcp.mode`| string | no | infinite | Set DCP mode `finite` If you want to listen to DCP events until now. Set DCP mode `infinite` If you want to listen to DCP events infinitely. |
92
93
|`dcp.connectionBufferSize`| uint, string | no | 20mb | DCP tcp connection buffer size (x Node Count). Check this if you get OOM Killed. |
|`dcp.maxQueueSize`| int | no | 2048 | The maximum number of requests that can be queued waiting to be sent to a node. Check this if you get queue overflowed or queue full. |
0 commit comments