Skip to main content
  1. Projects/

SSE Kafka Connector

·
Joel Hanson
Author
Joel Hanson
Eight-plus years on production systems. At IBM Event Streams I work on Kafka Connect, schema registry migrations, and Kubernetes operators, and write about the failure modes that show up after deploy.

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