Mauro Palumbo created METRON-2309:
-------------------------------------
Summary: [BRO-KAFKA-PLUGIN] "metadata.broker.list" is not set for
new bro filters
Key: METRON-2309
URL: https://issues.apache.org/jira/browse/METRON-2309
Project: Metron
Issue Type: Bug
Reporter: Mauro Palumbo
Hi,
in examples 4-5 in readme.md file it seems like you can set a different kafka
broker list for each bro filter, as in:
local http_filter: Log::Filter = [
$name = "kafka-http",
$writer = Log::WRITER_KAFKAWRITER,
$config = table(
["metadata.broker.list"] = "localhost:9092"
),
$path = "http"
];
However, this is the case only for the topic_name.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)