d-Rickyy-b / certstream-server-go

This project aims to be a drop-in replacement for the certstream server by Calidog. This tool aggregates, parses, and streams certificate data from multiple certificate transparency logs via websocket connections to the clients.
MIT License
82 stars 9 forks source link

Implement Kafka support #23

Open d-Rickyy-b opened 8 months ago

d-Rickyy-b commented 8 months ago

Depending on the use case, a user might want to process all the certificates via kafka. Currently the process requires a consumer to actively connect to the server via a websocket, then receives the certificates.

Implementing kafka support enables the tool to be used by corporations internally, without struggling with websockets.