Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-8257

Kafka Connector Persistence Polling Interval clarification

    XMLWordPrintable

Details

    Description

      the description here, is unclear.
      https://docs.couchbase.com/kafka-connector/current/source-configuration-options.html#couchbase.persistence.polling.interval

      couchbase.persistence.polling.interval
      How frequently to poll Couchbase Server to see which changes are ready to be published. Specify 0 to disable polling, or an integer followed by a time qualifier (example: 100ms)

      if the parameter is set to 0, the changes will be published from memory (without waiting for persistence), and anything above 0, the changes has to persist first on disk before the changes could be visible to the connector, the interval is how frequent the connector will be polling for the changes.
      in fact 0 and above 0, has two different behaviours.

      0= Changes published immediately from memory (as the DCP event occurred)
      >0 = Changes are waited to be persisted, the number is the frequency of polling.

      Reporter: Roi Katz
      E-mail: roi.katz@Couchbase.com

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            david.nault David Nault
            roi.katz Roi Katz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty