0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/ee/kafka_client/topics.py
James Greenhill 1849223296
Remove logging to WAL, no longer used and duplicate of events_plugin_ingestion (#4132)
* Remove logging to WAL, no longer used and duplicate of events_plugin_ingestion

* Simplify log_event

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-27 19:15:56 +00:00

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"