Skip to content

Commit eba9cae

Browse files
authored
Removed the outdated part of the documentation (#1030)
* Removed the outdated part of the documentation * Corrected an inaccuracy in the field description
1 parent a8e74f3 commit eba9cae

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

describeconfigs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type DescribeConfigsRequest struct {
1414
// Address of the kafka broker to send the request to.
1515
Addr net.Addr
1616

17-
// List of resources to update.
17+
// List of resources to get details for.
1818
Resources []DescribeConfigRequestResource
1919

2020
// Ignored if API version is less than v1

writer.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,6 @@ type WriterConfig struct {
307307
// a response to a produce request. The default is -1, which means to wait for
308308
// all replicas, and a value above 0 is required to indicate how many replicas
309309
// 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.
314310
RequiredAcks int
315311

316312
// Setting this flag to true causes the WriteMessages method to never block.

0 commit comments

Comments
 (0)