talk · community record
Scale By The Bay 2021 : Natan Silnitsky, Battle-tested event-driven patterns for your microservices
ai.bythebay.io Nov 2025, Oakland, full-stack AI conference During the past couple of years I’ve implemented or have witnessed implementations of several key patterns of event-driven messaging designs on top of Kafka that have facilitated creating a robust distributed microservices system at Wix that can easily handle increasing traffic and storage needs with many different use-cases. In this talk I will share these patterns with you, including: * Consume and Project (data decoupling) * End-to-end Events (Kafka+websockets) * In memory KV stores (consume and query with 0-latency) * Events transactions (Exactly Once Delivery)