mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
1849223296
* Remove logging to WAL, no longer used and duplicate of events_plugin_ingestion * Simplify log_event Co-authored-by: Michael Matloka <dev@twixes.com>
6 lines
260 B
Python
6 lines
260 B
Python
KAFKA_EVENTS = "clickhouse_events_proto"
|
|
KAFKA_PERSON = "clickhouse_person"
|
|
KAFKA_PERSON_UNIQUE_ID = "clickhouse_person_unique_id"
|
|
KAFKA_SESSION_RECORDING_EVENTS = "clickhouse_session_recording_events"
|
|
KAFKA_EVENTS_PLUGIN_INGESTION = "events_plugin_ingestion"
|