pedrov-santos98 opened a new issue, #9417: URL: https://github.com/apache/pinot/issues/9417
Hi guys, I'm having a problem with Apache Pinot. I'm testing the tool and I would like to create a table with data from a kafka topic. For the environment I'm using a docker-compose with kafka confluent community + apache pinot. I am following the following official tutorial -> [https://docs.pinot.apache.org/basics/data-import/pinot-stream-ingestion/import-from-apache-kafka](url) All connection is successful, I create the "transcript" schema and the "transcript_realtime" table.   I know the connection is correct because Apache Pinot creates the topic in kafka if it doesn't exist  The problem is that when generating the messages in the kafka topic  When doing the select on the table nothing happens.  Do you know what could be happening? Thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
