ch init formatting

pull/1453/head
Francis Cao 2022-08-22 23:05:22 -07:00
parent e522293130
commit 2715a124de
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ CREATE TABLE pageview_queue (
url String,
referrer String
)
ENGINE = Kafka
SETTINGS kafka_broker_list = 'localhost:9092,localhost:9093,localhost:9094', -- input broker list
kafka_topic_list = 'pageview',