mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
ch init formatting
This commit is contained in:
parent
e522293130
commit
2715a124de
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ CREATE TABLE pageview_queue (
|
||||||
url String,
|
url String,
|
||||||
referrer String
|
referrer String
|
||||||
)
|
)
|
||||||
|
|
||||||
ENGINE = Kafka
|
ENGINE = Kafka
|
||||||
SETTINGS kafka_broker_list = 'localhost:9092,localhost:9093,localhost:9094', -- input broker list
|
SETTINGS kafka_broker_list = 'localhost:9092,localhost:9093,localhost:9094', -- input broker list
|
||||||
kafka_topic_list = 'pageview',
|
kafka_topic_list = 'pageview',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue