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

Kafka connect for windows is missing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Bug
    • 0.10.1.1
    • None
    • connect
    • None
    • Windows.

    Description

      Unable to find the connect-standalone for windows. When created as below
      IF [%1] EQU [] (
      echo USAGE: %0 connect-standalone.properties
      EXIT /B 1
      )

      SetLocal
      rem Using pushd popd to set BASE_DIR to the absolute path
      pushd %~dp0..\..
      set BASE_DIR=%CD%
      popd

      rem Log4j settings
      IF ["%KAFKA_LOG4J_OPTS%"] EQU [""] (
      set KAFKA_LOG4J_OPTS=-Dlog4j.configuration=file:%BASE_DIR%/config/tools-log4j.properties
      )

      %~dp0kafka-run-class.bat org.apache.kafka.connect.cli.ConnectStandalone %*
      EndLocal

      Not able to see any of the below logs in FileStreamSourceTask

      log.trace("Read {} bytes from {}", nread, logFilename());

      (OR)

      log.trace("Read a line from {}", logFilename());

      Attachments

        Issue Links

          Activity

            People

              vahid Vahid Hashemian
              aravindk47 Aravind Krishnan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: