mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 00:46:45 +01:00
1f3145128c
* 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> |
||
---|---|---|
.. | ||
package.json | ||
README.md | ||
yarn.lock |
posthog-plugin-server
This folder contains a custom package.json
which installs the latest posthog-plugin-server
package.
The plugin server is started by running bin/plugin-server
directly or indirectly as part of bin/start-worker
or bin/docker-worker
.