cjmatta / kafka-connect-sse

A Kafka Connect Source Connector for Server Sent Events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Kafka Connect Source Connector for Server Sent Events

License:Apache License 2.0


Languages

Language:Java 89.8%Language:Shell 10.2%