Tiina Turban
Tiina Turban
@dan-dr could you use the in-app support ticketing - that way I could get all the context needed to better understand your issue.
please see the previous comment https://github.com/PostHog/posthog/issues/7710#issuecomment-1669996908
I would encourage different k8s clusters for sandbox and test. To avoid potential problems of sandbox taking away resources from prod. Regarding the problems you ran into could you provide...
> When we tried deploying the helm chart into a namespace named posthog-prod, the Kafka pod entered into an endless crash loop while trying to connect to ClickHouse. You need...
Going with the inlining plugins route instead
Here's what we currently have in code & cloud (via `SHOW CREATE TABLE kafka_...`): | Table | cloud | code |----|----|---- | events_json | 100 | 100 - [code](https://github.com/PostHog/posthog/blob/801c2a5f7e44bcab75b69a241342a64b84a6d993/ee/clickhouse/sql/events.py#L115) |...