mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
83b5273113
* Protobuf all the things * oops * Protobufize events to protect from malformed JSON * format the generated files (will need to remember this for future) * format * clean up kafka produce serializer * fixes
8 lines
286 B
Python
8 lines
286 B
Python
KAFKA_EVENTS = "clickhouse_events_proto"
|
|
KAFKA_ELEMENTS = "clickhouse_elements"
|
|
KAFKA_PERSON = "clickhouse_person"
|
|
KAFKA_PERSON_UNIQUE_ID = "clickhouse_person_unique_id"
|
|
KAFKA_SESSION_RECORDING_EVENTS = "clickhouse_session_recording_events"
|
|
|
|
KAFKA_EVENTS_WAL = "events_write_ahead_log"
|