changed topic name to quickwit, and kafka source uri for localhost
This commit is contained in:
parent
5f669bf275
commit
2ad4f4ea12
3 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue