Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-14048 The Next Generation of the Consumer Rebalance Protocol
  3. KAFKA-15531

Ensure coordinator node is removed upon disconnection exception

    XMLWordPrintableJSON

Details

    Description

      In the async consumer, the coordinator isn't being removed when receiving the following exception:

       

      (e instanceof DisconnectException) {
        markCoordinatorUnknown(true, e.getMessage());
      }

       

      This should happen on all requests going to coordinator node:

      1. heartbeat 2. offset fetch/commit 

      Attachments

        Issue Links

          Activity

            People

              pnee Philip Nee
              pnee Philip Nee
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: