mapshen commented on issue #7004: URL: https://github.com/apache/incubator-pinot/issues/7004#issuecomment-885147162
@mcvsubbu What @kishoreg said above is representative. Our use case is similar: an internal application polls Pinot at regular intervals to fetch updates since the last query and perform complicated calculations. @amrishlal I would argue that they are the same. The offset for each partition in a Kafka topic is unique. Combined with the partition ID, you can uniquely identify a row in a Pinot table. You might have also noticed that the case `where offset > last_recorded_offset` assumes a single-partition topic. -- 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]
