Skip to content

Commit

Permalink
Update cmd/outputs.go
Browse files Browse the repository at this point in the history
Co-authored-by: na-- <[email protected]>
  • Loading branch information
mstoykov and na-- authored Apr 2, 2021
1 parent bd123c1 commit 67118b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ func getAllOutputConstructors() (map[string]func(output.Params) (output.Output,
return newCollectorAdapter(params, influxc), nil
},
"kafka": func(params output.Params) (output.Output, error) {
params.Logger.Warn("The kafka output is deprecated, and will be removed in a future version. " +
"Please use the xk6 extension that can be found at https://github.com/k6io/xk6-output-kafka.")
params.Logger.Warn("The kafka output is deprecated, and will be removed in a future k6 version. " +
"Please use the new xk6 kafka output extension instead. It can be found at https://github.com/k6io/xk6-output-kafka.")
return kafka.New(params)
},
"statsd": func(params output.Params) (output.Output, error) {
Expand Down

0 comments on commit 67118b1

Please sign in to comment.