Added some comments and notes
This commit is contained in:
parent
c1620db523
commit
e9961b1603
3 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ params:
|
|||
topic: quickwit-kafka
|
||||
client_params:
|
||||
bootstrap.servers: kafka-1.kafka-headless.db.svc.cluster.local:9092
|
||||
# security.protocol: SSL
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
## In order to save data into S3
|
||||
# metastore also accepts s3://{bucket/path}#pooling_interval={seconds}s
|
||||
version: 0
|
||||
metastore_uri: s3://quickwit/quickwit-indexes
|
||||
default_index_root_uri: s3://quickwit/quickwit-indexes
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
## In order to save data into S3
|
||||
# metastore also accepts s3://{bucket/path}#pooling_interval={seconds}s
|
||||
version: 0
|
||||
metastore_uri: s3://quickwit/quickwit-indexes
|
||||
default_index_root_uri: s3://quickwit/quickwit-indexes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue