File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ elif hash connect-standalone 2>/dev/null; then
1111 connect-standalone config/worker.properties config/GitHubSourceConnectorExample.properties
1212elif [[ -z $KAFKA_HOME ]]; then
1313 # for people who installed kafka vanilla
14- $KAFKA_HOME /bin/connect-standalone.sh $KAFKA_HOME /etc/schema-registry/connect-avro-standalone.properties config/MySourceConnector .properties
14+ $KAFKA_HOME /bin/connect-standalone.sh $KAFKA_HOME /etc/schema-registry/connect-avro-standalone.properties config/GitHubSourceConnectorExample .properties
1515elif [[ -z $CONFLUENT_HOME ]]; then
1616 # for people who installed kafka confluent flavour
17- $CONFLUENT_HOME /bin/connect-standalone $CONFLUENT_HOME /etc/schema-registry/connect-avro-standalone.properties config/MySourceConnector .properties
17+ $CONFLUENT_HOME /bin/connect-standalone $CONFLUENT_HOME /etc/schema-registry/connect-avro-standalone.properties config/GitHubSourceConnectorExample .properties
1818else
1919 printf " Couldn't find a suitable way to run kafka connect for you.\n \
2020Please install Docker, or download the kafka binaries and set the variable KAFKA_HOME."
21- fi ;
21+ fi ;
You can’t perform that action at this time.
0 commit comments