We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d439508 commit b53dbe9Copy full SHA for b53dbe9
tools/kafka-producer-performance/main.go
@@ -43,7 +43,7 @@ var (
43
securityProtocol = flag.String(
44
"security-protocol",
45
"PLAINTEXT",
46
- "The name of the security protocol to talk to Kafka (PLAINTEXT, SSL) (default: PLAINTEXT).",
+ "The name of the security protocol to talk to Kafka (PLAINTEXT, SSL).",
47
)
48
tlsRootCACerts = flag.String(
49
"tls-ca-certs",
@@ -83,7 +83,7 @@ var (
83
maxOpenRequests = flag.Int(
84
"max-open-requests",
85
5,
86
- "The maximum number of unacknowledged requests the client will send on a single connection before blocking (default: 5).",
+ "The maximum number of unacknowledged requests the client will send on a single connection before blocking.",
87
88
maxMessageBytes = flag.Int(
89
"max-message-bytes",
0 commit comments