Hey guys, how should we be handling the scenario if there are multiple kafka topics that need to be ingested to pinot and joined to have the final result? Should there be a pre-aggregate/lookup streaming job that consolidates multiple topics data into one topic that gets ingested by pinot, or should we use Presto to do the joins?
k
Kartik Khare
05/31/2022, 12:34 PM
Do all topics receive data in same format?
Kartik Khare
05/31/2022, 12:35 PM
@Rong R for joins
s
Satyam Raj
05/31/2022, 12:35 PM
the topics will have different data, like “app_install” can be one kafka topic, and “app_open” can be another kafka topic. these two need to be joined