agalue / gominion

An implementation of the OpenNMS Minion in Go using gRPC
GNU Affero General Public License v3.0
3 stars 1 forks source link

Add support for Kafka #9

Closed agalue closed 3 years ago

agalue commented 3 years ago

The original implementation requires using the gRPC server (either the external one or the one embedded within OpenNMS).

It would be wonderful for certain situations to use Kafka as the regular Minion does and offer an alternative to gRPC.

Of course, single-topic is still going to be required in OpenNMS for this to work.