0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/plugin-server/functional_tests
Harry Waye dcc9acc47d
chore(recordings): remove hub dependency on recordings ingestion (#14418)
* chore(recordings): remove hub dependency on recordings ingestion

Hub is a grab bag of depencencies that are not all required for
recordings ingestion. To keep the recordings ingestion lean, we
remove the hub dependency and use the postgres and kafka client
directly.

This should increase the availability of the session recordings
workload, e.g. it should not go down it Redis or ClickHouse is down.

* fix capabilities call

* reuse clients if available

* wip

* wip

* wip

* fix tests

* fix healthcheck
2023-02-28 10:23:07 +00:00
..
api.ts chore: add ttl to performance events table (#13921) 2023-01-30 09:37:31 -05:00
definitions.test.ts
expectations.ts
exports-v1.test.ts
exports-v2.test.ts
ingestion.test.ts chore(ingestion): add $groupidentify test for no properties (#14238) 2023-02-14 17:12:11 +00:00
jest.global-teardown.ts
jest.setup.ts
jobs-consumer.test.ts
plugins.test.ts
scheduled-tasks-runner.test.ts
session-recordings.test.ts chore(recordings): remove hub dependency on recordings ingestion (#14418) 2023-02-28 10:23:07 +00:00
web-performance-events.test.ts
webhooks.test.ts