Hi team, if two tables ingest the same Kafka topic...
# general
a
Hi team, if two tables ingest the same Kafka topic, will they have the same copy of data?
m
Yes, but not guaranteed to be synchronized, as they will consume at independent rates
a
I see. Thanks.