strimzi / strimzi-kafka-bridge

An HTTP bridge for Apache Kafka®

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSE Server-sent event for records API

gianluca-sabena opened this issue · comments

I looked at record API but I haven't found any reference to SSE server-sent event.

Is it possible to subscribe to /records and get a stream of record pushed from the server to the http client as soon as they arrive via SSE server-sent event?

Thank you