Hi Everyone, I am new to this community as well!
Do you have a set of best practices while running real-time queries?
I went through one of videos on YouTube explaining the architecture of Pinot and it's use cases.
In the example, the person is using Kafka topic as source and driving queries on the real-time table, I am wondering if the idempotency is built in within these tables or do we need to write the queries in such a way that would take into account idempotency, accuracy of the metrics, quality checks etc.
What happens if I reset offset for the consumer or the source publishes events twice or thrice?