Github user JonZeolla commented on a diff in the pull request:
https://github.com/apache/metron-bro-plugin-kafka/pull/2#discussion_r225017094
--- Diff: README.md ---
@@ -11,6 +11,32 @@ This software is a part of the [Apache
Metron](http://metron.apache.org/) projec
## Installation
+### `bro-pkg` Installation
+
+`bro-pkg` is the preferred mechanism for installing this plugin, as it
will dynamically retrieve, build, test, and load the plugin. Note, that you
will still need to [activate](#activation) and configure the plugin after your
installation.
+
--- End diff --
There is a suggestion via a [user
var](https://bro-package-manager.readthedocs.io/en/stable/package.html#user-vars-field)
defined
[here](https://github.com/apache/metron-bro-plugin-kafka/blob/d1a09b6a50f20e5fa6cf5c758eea8b0d39ce65be/bro-pkg.meta#L16)
but it can be overridden during install. Whatever you provide gets passed
into the
[build_command](https://github.com/apache/metron-bro-plugin-kafka/blob/d1a09b6a50f20e5fa6cf5c758eea8b0d39ce65be/bro-pkg.meta#L5).
---