Neha Pawar
Priyank Bagrecha
11/15/2021, 6:34 PMNeha Pawar
Priyank Bagrecha
11/15/2021, 6:45 PMPriyank Bagrecha
11/15/2021, 6:46 PMPriyank Bagrecha
11/15/2021, 6:47 PMPriyank Bagrecha
11/15/2021, 6:57 PMstream.kafka.hlc.zk.connect.string
and stream.kafka.zk.broker.url
? i see those in the example table configs in the github repo for high level consumer. kafka cluster has its own zookeeper, and each pinot cluster have their own zookeeper as well.Neha Pawar
Priyank Bagrecha
11/15/2021, 7:45 PMNeha Pawar
Priyank Bagrecha
11/15/2021, 7:47 PMNeha Pawar
Priyank Bagrecha
11/15/2021, 7:54 PMPriyank Bagrecha
11/15/2021, 8:36 PMPriyank Bagrecha
11/15/2021, 9:22 PMselect min(upload_time), max(upload_time) from table
for table with inverted indexPriyank Bagrecha
11/15/2021, 9:22 PMselect min(upload_time), max(upload_time) from table
for table with star-tree indexPriyank Bagrecha
11/15/2021, 10:02 PMstar-tree
index is lagging behind.Priyank Bagrecha
11/15/2021, 10:57 PMlargest
instead of smallest
and they tend to be more or less doing similarly well. i think it also helped that i used different table names for table with inverted index v/s table with star-tree index. i don't have any proof othe than what i am seeing 😂 . thank you neha for all the help, your time and patience. much appreciated!Neha Pawar
Neha Pawar
does low level consumer use group id by itself? or am i wrong in understanding that it uses a default group id based on table name and timestamp? if it is doing that, would merely using a different table name help? if it is using a group id internally i don't understand why kafka-consumer-groups doesn't show it? i do empty space as one of the consumer group.
- we dont use group id even internally.Neha Pawar
Neha Pawar
Priyank Bagrecha
11/15/2021, 11:32 PM