Jon Zeolla created METRON-858:
---------------------------------
Summary: bro-plugin-kafka is throwing segfaults
Key: METRON-858
URL: https://issues.apache.org/jira/browse/METRON-858
Project: Metron
Issue Type: Bug
Affects Versions: 0.4
Reporter: Jon Zeolla
Assignee: Jon Zeolla
Currently the bro-plugin-kafka code is not fully thread safe, and causes
segfaults because of its use of `reporter->Error()` and `reporter->Info()`.
This should be migrated to use `Info(Fmt())` and `Error(Fmt())`.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)