mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-07 02:55:23 +00:00
set storage options explicitly
This commit is contained in:
parent
36867b51ce
commit
d7090519e0
@ -19,10 +19,16 @@ spec:
|
|||||||
# https://kafka.apache.org/documentation/#connectconfigs
|
# https://kafka.apache.org/documentation/#connectconfigs
|
||||||
config:
|
config:
|
||||||
group.id: 2
|
group.id: 2
|
||||||
config.storage.topic: config-storage-topic-sink
|
|
||||||
offset.storage.topic: offset-storage-topic-sink
|
|
||||||
status.storage.topic: status-storage-topic-sink
|
|
||||||
# -1 means it will use the default replication factor configured in the broker
|
# -1 means it will use the default replication factor configured in the broker
|
||||||
config.storage.replication.factor: -1
|
config.storage.topic: config-storage-topic-sink
|
||||||
offset.storage.replication.factor: -1
|
config.storage.replication.factor: 1
|
||||||
status.storage.replication.factor: -1
|
config.storage.partitions: 1
|
||||||
|
|
||||||
|
offset.storage.topic: offset-storage-topic-sink
|
||||||
|
offset.storage.replication.factor: 1
|
||||||
|
offset.storage.partitions: 1
|
||||||
|
|
||||||
|
status.storage.topic: status-storage-topic-sink
|
||||||
|
status.storage.replication.factor: 1
|
||||||
|
status.storage.partitions: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user