0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/ee/kafka_client
Michael Matloka 1f3145128c
Enable PLUGIN_SERVER_INGESTION (#3107)
* Enable PLUGIN_SERVER_INGESTION_HANDOFF = get_bool_from_env("PLUGIN_SERVER_INGESTION_HANDOFF

* Don't set PLUGIN_SERVER_INGESTION_HANDOFF in worker

* Add comments

* Remove _HANDOFF from PLUGIN_SERVER_INGESTION

* add stats counter for plugin server handoff, so we can verify events out and events in

* add whitelisted posthog and kea organizations

* disable ingestion this round --> first let's just check the plugin server can talk to kafka & clickhouse before sending real events to it

* enable ingestion in docker-compose.ch.yml

* eliminate bad merge

* async action event matching when using postgres plugin server ingestion (#3182)

* fix org

* remove _HANDOFF from topic

* add plugin_ to plugin server ingestion topic

* update plugin server to 0.7.0

Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-02-04 16:17:24 +01:00
..
__init__.py Create a write ahead log for cloud event processing (#1962) 2020-10-21 20:35:07 +02:00
client.py Setup ecs configs for web, worker, migration tasks and services (#2458) 2020-12-03 15:51:37 -08:00
helper.py Setup ecs configs for web, worker, migration tasks and services (#2458) 2020-12-03 15:51:37 -08:00
topics.py Enable PLUGIN_SERVER_INGESTION (#3107) 2021-02-04 16:17:24 +01:00