changed topic name to quickwit, and kafka source uri for localhost

This commit is contained in:
mauricio garcia suarez 2022-08-01 10:48:14 +02:00
parent 5f669bf275
commit 2ad4f4ea12
3 changed files with 9 additions and 9 deletions

View file

@ -5,8 +5,8 @@
source_id: fetch-kafka
source_type: kafka
params:
topic: quickwit-kafka
topic: quickwit
client_params:
bootstrap.servers: kafka-1.kafka-headless.db.svc.cluster.local:9092
bootstrap.servers: localhost:9092
group.id: fetch-consumer
# security.protocol: SSL
security.protocol: SSL

View file

@ -5,8 +5,8 @@
source_id: graphql-kafka
source_type: kafka
params:
topic: quickwit-kafka
topic: quickwit
client_params:
bootstrap.servers: kafka-1.kafka-headless.db.svc.cluster.local:9092
bootstrap.servers: localhost:9092
group.id: graphql-consumer
# security.protocol: SSL
security.protocol: SSL

View file

@ -5,8 +5,8 @@
source_id: pageevent-kafka
source_type: kafka
params:
topic: quickwit-kafka
topic: quickwit
client_params:
bootstrap.servers: kafka-1.kafka-headless.db.svc.cluster.local:9092
bootstrap.servers: localhost:9092
group.id: pageevent-consumer
# security.protocol: SSL
security.protocol: SSL