Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-14814

Skip restart of connectors when redundant resume request is made

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.5.0
    • connect
    • None

    Description

      Consecutive requests to theĀ PUT /connectors/<name>/resume endpoint will cause the Connector to be restarted. This is a little wasteful and conflicts with the idempotent nature of that endpoint. We can tweak the MemoryConfigBackingStore and KafkaConfigBackingStore classes to not invoke the onConnectorTargetStateChange method of their ConfigUpdateListener instance if they pick up a new target state that matches the current target state of the connector.

      Attachments

        Issue Links

          Activity

            People

              cmukka20 Chaitanya Mukka
              ChrisEgerton Chris Egerton
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: