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

Elastic Connector Persistence Polling Interval clarification

    XMLWordPrintable

Details

    Description

      the description here, is unclear.
      https://docs.couchbase.com/elasticsearch-connector/current/configuration.html#dcp

      To propagate changes immediately, disable persistence polling by setting this to '0ms'. A non-zero duration tells the connector to defer propagation until the change is persisted on all Couchbase replicas. Longer intervals reduce network traffic at the cost of increased end-to-end latency.

      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 behaviors.

      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

            richard.smedley Richard Smedley
            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