0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/plugin-server/tests/main
Harry Waye 85bb582cee
chore: use rdkafka consumer for analytics ingestion and onEvent (#15432)
This _should_ give us better performance and reliability, but it's
hard to tell without a lot of testing. Will monitor closely on rollout.

Note that this will require a delete on the old consumer members as they
are using round eager robin partition strategy, whereas this is using
the cooperative sticky partition strategy. librdkafka doesn't support
mixing the two, unlike the Java Kafka Client.

---------

Co-authored-by: Tiina Turban <tiina303@gmail.com>
2023-05-10 11:15:02 +00:00
..
ingestion-queues chore: use rdkafka consumer for analytics ingestion and onEvent (#15432) 2023-05-10 11:15:02 +00:00
jobs chore(plugin-server): use librdkafka producer everywhere (#15314) 2023-05-04 13:02:44 +00:00
capabilities.test.ts
db.test.ts feat: Async handlers use person info from event (#15307) 2023-05-04 13:25:56 +02:00
process-event.test.ts feat: write recording summary events (#15245) 2023-05-09 14:41:16 +00:00
teardown.test.ts