Listen: Using Apache Kafka as the Event-Driven System for 1,500 Microservices at Wix

Natan Silnitsky
Wix Engineering
Published in
2 min readSep 27, 2020
Photo by Kyle Hinkson on Unsplash

Recently I had the privilege of sitting down with Confluent’s Tim Berglund to discuss how Wix developers use Apache Kafka at scale in a unique way.

Kafka consumers and producers are used as the event-driven messaging backbone between Wix’s various microservices — 1500 in total. With such large scale, many different requirements were needed to be addressed and great tools provided for many different teams.

We talked about Greyhound, Wix’s own Kafka client wrapper library that has very useful features like easy to setup retry policies and trivial configuration of how much parallel work each client should handle.

Most of the discussion revolved around the valuable lessons Wix has learned in order to be able to support the huge scale of developers, use cases, meta-data, and traffic on its Kafka based distributed system.

Listen to the full discussion:

Thank you for listening!

If you’d like to get updates on my experiences with Kafka and event driven design, follow me on Twitter and Medium.
You can also visit my website, where you will find my previous blog posts, talks I gave in conferences and open-source projects I’m involved with.

If anything is unclear or you want to point out something, please comment down below.

--

--