File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type DescribeConfigsRequest struct {
14
14
// Address of the kafka broker to send the request to.
15
15
Addr net.Addr
16
16
17
- // List of resources to update .
17
+ // List of resources to get details for .
18
18
Resources []DescribeConfigRequestResource
19
19
20
20
// Ignored if API version is less than v1
Original file line number Diff line number Diff line change @@ -307,10 +307,6 @@ type WriterConfig struct {
307
307
// a response to a produce request. The default is -1, which means to wait for
308
308
// all replicas, and a value above 0 is required to indicate how many replicas
309
309
// should acknowledge a message to be considered successful.
310
- //
311
- // This version of kafka-go (v0.3) does not support 0 required acks, due to
312
- // some internal complexity implementing this with the Kafka protocol. If you
313
- // need that functionality specifically, you'll need to upgrade to v0.4.
314
310
RequiredAcks int
315
311
316
312
// Setting this flag to true causes the WriteMessages method to never block.
You can’t perform that action at this time.
0 commit comments