You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a network monitoring stack set up as follows:
SFLOW DATA -> GOFLOW -> KAFKA INSTANCE -> ETC
It's currently operational, but I need to enable SSL encryption on Kafka to ensure that I'm not transmitting sflow data in plaintext. Since I'm using my own CA for certificates, Goflow will need the truststore and keystore to connect. However, it seems that Goflow doesn't support this option.
Here are the consumer properties I'm using to connect to the Kafka instance with SSL enabled:
I have a network monitoring stack set up as follows:
It's currently operational, but I need to enable SSL encryption on Kafka to ensure that I'm not transmitting sflow data in plaintext. Since I'm using my own CA for certificates, Goflow will need the truststore and keystore to connect. However, it seems that Goflow doesn't support this option.
Here are the consumer properties I'm using to connect to the Kafka instance with SSL enabled:
The text was updated successfully, but these errors were encountered: