Skip to content

How to start the Kafka Sink Connect GCP Bigtable?

Sanju Thomas edited this page Oct 7, 2019 · 1 revision

How to start connector in stand-alone mode

Open a shell prompt, move to kafka_home and execute the following.

bin/connect-standalone.sh config/connect-bigtable-standalone.properties config/bigtable-sink.properties

How to start connector in distributed mode

Open a shell prompt, change your working directory to kafka_home and execute the following.

bin/connect-distributed.sh config/connect-bigtable-distributed.properties config/bigtable-sink.properties