Skip to main content
  1. Projects/

SSE Kafka Connector

·
Joel Hanson
Author
Joel Hanson
Building with Kafka, MCP, and event-driven systems. Sharing what I learn.

Problem: Many systems push live updates over Server-Sent Events, but Kafka Connect needs a proper source to land that data on topics with Connect’s runtime, config, and failure handling.

What it is: A Kafka Connect source connector that consumes SSE streams and writes events into Kafka topics.

Why it matters: Adopted in IBM Event Streams demo and customer-briefing setups — a concrete bridge from web-style event feeds into the streaming platform.

Links: GitHub · Blog post

Related