mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Add json message output for kafka
This commit is contained in:
+1
-1
@@ -143,5 +143,5 @@ func InitPlugins() {
|
||||
registerPlugin(NewHTTPOutput, options, &Settings.outputHTTPConfig)
|
||||
}
|
||||
|
||||
registerPlugin(NewKafkaOutput, &Settings.outputKafkaConfig)
|
||||
registerPlugin(NewKafkaOutput, "", &Settings.outputKafkaConfig)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user