How to get message Apache Kafka on client JS?

OPV*_*OPV 0 javascript apache-kafka kafka-consumer-api

Can Apache Kafka send message from server broker to client side (JS) directly?

Or I should use socket pipe?

Gio*_*ous 5

有用于Apache Kafka(kafka-nodekafka-js)的Node.JS客户端,但是对于客户端,我建议使用REST API或Web套接字。