/kafka-connect-sse

A Kafka Connect Source Connector for Server Sent Events

Primary LanguageJavaApache License 2.0Apache-2.0

Server Sent Events

This is a Kafka Connect source connector supporting the Server Sent Events Standard.

Configuration

Configuration Parameter Description Required
sse.uri URI for the SSE stream yes
topic Topic to send events to yes
http.basic.auth Weather or not use use basic auth no
http.basic.auth.username username no
http.basic.auth.password password no

ToDo:

  • Support for basic auth