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

Support SSL connections for Kafka #13

Closed andrewheberle closed 2 years ago

andrewheberle commented 2 years ago

Current implementation does not support SSL connections for Kafka.

I have a PR ready that implements this by utilizing the existing "brokerProperties" in a similar way as the gRPC broker does.