0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/plugin-server/tests
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
..
assets
helpers chore(plugin-server): remove piscina workers (#15327) 2023-05-03 14:42:16 +00:00
main chore: use rdkafka consumer for analytics ingestion and onEvent (#15432) 2023-05-10 11:15:02 +00:00
utils chore: use rdkafka consumer for analytics ingestion and onEvent (#15432) 2023-05-10 11:15:02 +00:00
worker chore: Nuke buffer pipeline code (#15404) 2023-05-09 14:50:18 +02:00
config.test.ts
e2e.timeout.test.ts
historical-export-e2e.test.ts chore(plugin-server): remove piscina workers (#15327) 2023-05-03 14:42:16 +00:00
http-server.test.ts chore(plugin-server): remove piscina workers (#15327) 2023-05-03 14:42:16 +00:00
server.test.ts chore(plugin-server): remove piscina workers (#15327) 2023-05-03 14:42:16 +00:00
sql.test.ts
utils.test.ts