Skip to main content

Scaling SNMP Trap Receiver with Kafka Connect

Hi All,

I am planning to use SNMP trap receiver connecto,r which acts as a server connector for receiving SNMP traps.
https://github.com/jcustenborder/kafka-connect-snmp

Since this is a source connector that listens for incoming SNMP messages (not polling), I'm trying to understand how best to scale it?

Has anyone used this connector in production?

* Is it possible to run multiple instances in parallel?
* Any suggestions to improve scalability or reliability for such a setup?

Appreciate any inputs or lessons learned.

Regards,
Prateek Kohli

Comments