Re: a question of ISR and ack all

2025-04-27 Thread XiJun Ye
. > > On Sun, Apr 27, 2025, 18:37 XiJun Ye wrote: > >> I have a question about data consistency. Kafka ISR only determines the >> time of lag, not the number of messages. Does ack=all require the replicas >> in the ISR to completely catch up with the number of messages or

a question of ISR and ack all

2025-04-27 Thread XiJun Ye
I have a question about data consistency. Kafka ISR only determines the time of lag, not the number of messages. Does ack=all require the replicas in the ISR to completely catch up with the number of messages or to meet the time requirement? For example, if there are 3 replicas in the ISR, min.