Hi guys,
I'm building a KQL interpreter. KSQL is the streaming SQL engine that
enables real-time data processing against Apache Kafka topics.
I created an interpreter that leverages the InterpreterOutputStream class
in order to stream the result from the backend to the frontend, but I get
the following representation in the frontend:

https://imgur.com/a/J7unk25

What am I doing wrong?

Following the Interpreter implementation:

https://github.com/conker84/zeppelin/blob/kafka/kafka/src/main/java/org/apache/zeppelin/kafka/KafkaKSQLInterpreter.java

Thanks a lot

Andrea

Reply via email to