Skip to content

Commit

Permalink
Merge pull request #66 from RADAR-base/jdbc-connector
Browse files Browse the repository at this point in the history
Update JDBC connector sink properties
  • Loading branch information
mpgxvii authored Jan 7, 2021
2 parents 0ae6ac4 + 21d568e commit 16545c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions charts/radar-jdbc-connector/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ data:
pk.mode = record_value
pk.fields = time, userId, projectId
auto.create = true
max.retries = 30
# Wait 15 minutes before retrying failed task
retry.backoff.ms = 900000
2 changes: 1 addition & 1 deletion charts/radar-jdbc-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ zookeeper: cp-zookeeper-headless:2181
kafka: PLAINTEXT://cp-kafka-headless:9092
kafka_num_brokers: "3"
schema_registry: http://cp-schema-registry:8081
topics: android_phone_relative_location, android_phone_battery_level, connect_upload_altoida_summary, connect_fitbit_intraday_heart_rate, connect_fitbit_intraday_calories, connect_fitbit_intraday_steps
topics: android_phone_relative_location, android_phone_battery_level, connect_upload_altoida_summary, connect_fitbit_intraday_heart_rate, connect_fitbit_intraday_steps

timescaledb:
host: timescaledb
Expand Down

0 comments on commit 16545c3

Please sign in to comment.