We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a396f commit a9877b8Copy full SHA for a9877b8
v2/client/options.go
@@ -135,7 +135,7 @@ func WithParallelGoroutines(num int) Option {
135
}
136
137
138
-// WithAckMalformedEvents causes malformed events received within StartReceiver to be acknowledged
+// WithAckMalformedevents causes malformed events received within StartReceiver to be acknowledged
139
// rather than being permanently not-acknowledged. This can be useful when a protocol does not
140
// provide a responder implementation and would otherwise cause the receiver to be partially or
141
// fully stuck.
0 commit comments