Skip to content

Commit c0b9595

Browse files
author
itERRatOR
committed
2 parents cadc420 + 6e6aec7 commit c0b9595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ elif hash connect-standalone 2>/dev/null; then
1111
connect-standalone config/worker.properties config/GitHubSourceConnectorExample.properties
1212
elif [[ -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
1515
elif [[ -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
1818
else
1919
printf "Couldn't find a suitable way to run kafka connect for you.\n \
2020
Please install Docker, or download the kafka binaries and set the variable KAFKA_HOME."
21-
fi;
21+
fi;

0 commit comments

Comments
 (0)