[
https://issues.apache.org/jira/browse/METRON-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386617#comment-16386617
]
ASF GitHub Bot commented on METRON-1324:
----------------------------------------
Github user JonZeolla commented on the issue:
https://github.com/apache/metron-bro-plugin-kafka/pull/7
# Testing
## Build and install manually
Some guideline commands to test:
```
mkdir tmp
cd tmp
git clone https://github.com/bro/bro
cd bro
git checkout v2.5.3
git submodule update --recursive --init
./configure && make
cd ..
git clone https://github.com/apache/metron-bro-plugin-kafka
cd metron-bro-plugin-kafka
./configure --bro-dist=../bro && make && sudo make install
bro -N Apache::Kafka
```
## Use `bro-pkg`
```
bro-pkg install metron-bro-plugin-kafka
bro -N Apache::Kafka
```
> Increment metron-bro-plugin-kafka version
> -----------------------------------------
>
> Key: METRON-1324
> URL: https://issues.apache.org/jira/browse/METRON-1324
> Project: Metron
> Issue Type: Improvement
> Reporter: Jon Zeolla
> Priority: Trivial
>
> Increment the metron-bro-plugin-kafka version.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)