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

Missing quotes in standalone Kafka Source Connector execution

    XMLWordPrintable

Details

    Description

      In the section of standalone execution for the Kafka Source Connector, contains a typo at least for MacOS, the lib/* should be quoted for making it work:

      Typo:
      ```
      env CLASSPATH=lib/* \
      connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties \
      etc/quickstart-couchbase-source.properties
      ```

      Fix:
      ```
      env CLASSPATH="lib/*" \
      connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties \
      etc/quickstart-couchbase-source.properties
      ```

      Attachments

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

        Activity

          People

            richard.smedley Richard Smedley
            docsite-collector Docs Site Collector
            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