Skip to content

Commit

Permalink
Signed-off-by: shaimoria [email protected]
Browse files Browse the repository at this point in the history
set better description for 'rack-id' cli flag

Changes to be committed:
	modified:   cmd/ingester/app/flags.go

Signed-off-by: shaimoria <[email protected]>
  • Loading branch information
shaiMoria committed Nov 18, 2021
1 parent 3bc0a3e commit 824ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ingester/app/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func AddFlags(flagSet *flag.FlagSet) {
flagSet.String(
KafkaConsumerConfigPrefix+SuffixRackID,
"",
"Configure the 'rack' in which the consumer resides to enable - must be supported by kafka server")
"Rack identifier for this client. This can be any string value which indicates where this client is located. It corresponds with the broker config `broker.rack`")

auth.AddFlags(KafkaConsumerConfigPrefix, flagSet)
}
Expand Down

0 comments on commit 824ca28

Please sign in to comment.