Skip to content

Commit

Permalink
test: change sqlness kafka wal config
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Dec 29, 2023
1 parent 4ae8395 commit e6ab974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/conf/datanode-test.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sync_write = false
{{ else }}
provider = "kafka"
broker_endpoints = {kafka_wal_broker_endpoints | unescaped}
linger = "5ms"
{{ endif }}

[storage]
Expand Down
1 change: 1 addition & 0 deletions tests/conf/standalone-test.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sync_write = false
{{ else }}
provider = "kafka"
broker_endpoints = {kafka_wal_broker_endpoints | unescaped}
linger = "5ms"
{{ endif }}

[storage]
Expand Down

0 comments on commit e6ab974

Please sign in to comment.