Sukesh Boggavarapu
10/25/2022, 5:16 PMacks
for real time tables reading from kafka? Is it acks=all
?Tim Santos
10/25/2022, 6:56 PMacks
is a Kafka producer configuration for the number of Kafka brokers required to acknowledge a message is to be considered a successful write. Pinot consumes messages from the Kafka consumer point of view so it is not a related configuration.Sukesh Boggavarapu
10/25/2022, 6:57 PM