Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is the purpose of ISR in Apache Kafka?

Pragya Keshap answered on February 6, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What is Kafka?
  • APACHE KAFKA
  • Why is Apache Kafka preferred over traditional messaging techniques?
  • What can you do with Kafka?
  • What does ISR stand in Kafka environment?
  • Why Should we use Apache Kafka Cluster?
  • State Disadvantages of Apache Kafka.
  • Enlist all Apache Kafka Operations.
  • Explain Apache Kafka Use Cases?
  • What is Importance of Java in Apache Kafka?
  • What are consumers in Apache Kafka?
  • What is Kafka used for?
  • There are some concepts and nomenclature in Apache Kafka:

  • What is the purpose of ISR in Apache Kafka?

    0

    ISR - in-synch replicas refers to all the replicated partitions that are completely synced up with the leader. 

    A replica has to be fully caught up with the leader within a configurable amount of time. 

    By default, this time is 10 seconds. After this period of time, if a follower is not caught up with the leader, the leader will drop the follower from its ISR and writes will continue on the remaining replicas in the ISR. 

    If the follower comes back, it will first truncate its log to the last point, which was checked, and then catch up on all the messages after the last checkpoint from the leader. 

    Only when the follower fully catches up will the leader add it back to the ISR.


    https://docs.spring.io/spring-kafka/reference/html/

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: isr java
    Link to this answer
    Share Copy Link
    Contributed on Feb 06 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.