You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Jon Zeolla (Jira)" <ji...@apache.org> on 2020/05/11 23:44:00 UTC

[jira] [Assigned] (METRON-2309) [BRO-KAFKA-PLUGIN] "metadata.broker.list" is not set for new bro filters

     [ https://issues.apache.org/jira/browse/METRON-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon Zeolla reassigned METRON-2309:
----------------------------------

    Assignee: Jon Zeolla

> [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
>            Assignee: Jon Zeolla
>            Priority: Minor
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)