Can multiple table consume from the same kafka top...
# general
t
Can multiple table consume from the same kafka topic using low level consumer in Pinot?
m
Yes. Each table is an independent entity. You can configure the same kafka topic for multiple of them
t
Thanks, I will try it.