Francis/uc 37 secure kafka (#1532)

* add ssl encryption to kafka client

* fix missing columns in getPageview CH. fix Kafka SSL Pathing
This commit is contained in:
Francis Cao 2022-09-21 11:31:52 -07:00 committed by GitHub
parent 3932583bc9
commit 55218d1ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View file

@ -27,9 +27,8 @@ async function relationalQuery(websites, start_at) {
async function clickhouseQuery(websites, start_at) {
return clickhouse.rawQuery(
`select
view_id,
website_id,
session_id,
session_uuid,
created_at,
url
from event