Skip to content

Commit f7450c0

Browse files
committed
updated README
1 parent 20ea392 commit f7450c0

File tree

2 files changed

+12
-38
lines changed

2 files changed

+12
-38
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ of [Apache Kafka Connect](https://kafka.apache.org/documentation.html#connect).
99
The Kafka Connect BigQuery Connector documentation is available online at https://aiven-open.github.io/bigquery-connector-for-apache-kafka/.
1010
The site contains a complete list of the configuration options as well as information about the project.
1111

12+
### Configuration notes
13+
14+
If the configuration includes a JSON GCP credential structure that uses a `credential_source` entry, one of the following environment variables must be set.
15+
16+
| Source Type | Environment Variable |
17+
|-------------|---------------------------------|
18+
| file | io.aiven.commons.envcheck.files |
19+
| url | io.aiven.commons.envcheck.uri |
20+
| executable | io.aiven.commons.envcheck.cmd |
21+
22+
The environment variables contain a comma separated list of valid entries for each type. If the environment variable is not set, or the JSON value is not found in the environment variable, the value will be prohibited and an exception thrown before the connector starts.
23+
1224
## History
1325

1426
This connector was [originally developed by WePay](https://github.com/wepay/kafka-connect-bigquery).

kcbq-connector/src/test/java/com/wepay/kafka/connect/bigquery/integration/VersionTestIT.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)