mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-07 02:55:23 +00:00
strimzi-based connect
This commit is contained in:
parent
5f4e654c29
commit
3a2e481f5e
28
deploy/k8s/sink-connect.yaml
Normal file
28
deploy/k8s/sink-connect.yaml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
apiVersion: kafka.strimzi.io/v1beta2
|
||||||
|
kind: KafkaConnect
|
||||||
|
metadata:
|
||||||
|
namespace: sink
|
||||||
|
name: sink
|
||||||
|
annotations:
|
||||||
|
strimzi.io/use-connector-resources: "true"
|
||||||
|
spec:
|
||||||
|
version: 3.1.0
|
||||||
|
replicas: 1
|
||||||
|
#image: altinity/clickhouse-kafka-sink-connector:latest
|
||||||
|
image: sunsingerus/clickhouse-kafka-sink-connector:latest
|
||||||
|
bootstrapServers: redpanda.redpanda:9092
|
||||||
|
# tls:
|
||||||
|
# trustedCertificates:
|
||||||
|
# - secretName: my-cluster-cluster-ca-cert
|
||||||
|
# certificate: ca.crt
|
||||||
|
|
||||||
|
# https://kafka.apache.org/documentation/#connectconfigs
|
||||||
|
config:
|
||||||
|
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
|
||||||
|
config.storage.replication.factor: -1
|
||||||
|
offset.storage.replication.factor: -1
|
||||||
|
status.storage.replication.factor: -1
|
Loading…
Reference in New Issue
Block a user