Yakko Majuri

Results 53 comments of Yakko Majuri

Me and @hazzadous discussed this and came to the following conclusion: Jobs to be enqueued will be sent to a new Kafka topic. Upon consuming from that topic, if it's...

cc @macobo who had some thoughts on this

Let's take a step back here - I think things are a bit unclear. We want to ensure jobs are persisted somewhere so that we don't lose them. We may...

You're thinking only of events here. That's a separate problem and one I agree with you 100% on. See #11790. Jobs are not in Kafka. They're nowhere. Some jobs (buffer...

This discussion (+ @tiina303's table particularly) was **so useful** https://github.com/PostHog/posthog/pull/6259

How could things be made worse? The idea is to use Kafka as the buffer if Postgres is hard down. i.e. rather than picking up the events from there and...

Most of this makes sense. Curious why we need an async migration to backfill this though? Can't we infer if the user is anonymous or not?

Also RE the UI merge: how many people actually use this? And are they big teams? Seems like something hacky we built early on to cover some bugs we may...