Thanks. I'm aware of ISR but looking for exact logic inside Java client how
is this handled so when follower replica, consumer is using, starts lagging
/ goes out-of-sync.
On Mon, Sep 20, 2021 at 2:52 PM Luke Chen < showuon@gmail.com > wrote:
> Hi Michał,
> I think you want to check the term in Kafka: In Sync Replicas (a.k.a ISR).
> You might want to check the "Replication" section in doc here
> < https://kafka.apache.org/documentation/#replication >.
>
> The configuration is this one: * replica.lag.time.max.ms
> < http://replica.lag.time.max.ms >*
>
> https://kafka.apache.org/documentation/#brokerconfigs_replica.lag.time.max.ms
>
> Hope that helps.
>
> Thank you.
> Luke
>
> On Mon, Sep 20, 2021 at 8:30 PM Michał Łowicki < mlowicki@gmail.com > wrote:
>
> > Hey,
> >
> > When Java client is reading from replica then how is handled the case
> when
...