Code Infrastructure Open Source8 Min Read Elad LeevonMay 27, 2024 Bridging the gap between eras using Debezium and CDC Achieving real-time data processing with legacy systems can be challenging. This post explores how Change Data Capture (CDC) and Debezium can… Discover More
Open Source3 Min Read Elad LeevonAugust 6, 2023 The profound problem with Terraform we are not talking about With more than 2 billion downloads over time to the AWS provider, itβs safe to say that Terraform is de facto the gold standard for IaC. But I… Discover More
Infrastructure6 Min Read Elad LeevonNovember 6, 2022 Know Your Limits: Cluster Benchmarks Knowing how much your system can handle, how many RPS it can make and what the limiting factor is - the disk, network, memory or CPU can give… Discover More
Infrastructure10 Min Read Elad LeevonJuly 10, 2021 A Practical Guide for Kafka Cost Reduction What are we paying for when running Kafka on the cloud? And how can we reduce our cloud cost? Discover More
Infrastructure9 Min Read Elad LeevonDecember 26, 2020 Apache Kafka Lag Monitoring For Human Beings This article covers one crucial piece of every distributed system: visibility. At AppsFlyer, we call ourselves metrics obsessed and truly… Discover More
Code Infrastructure Open Source1 Min Read Elad LeevonDecember 11, 2020 How to collect Kafka configuration as metrics? There are few useful configuration parameters that might be beneficial to collect when working with Kafka, but how to? Discover More
Code3 Min Read Elad LeevonOctober 3, 2020 TinyGo: A Go Compiler For Small Places TinyGo - a Go compiler for small places. So what can we do with it? Discover More
Code5 Min Read Elad LeevonMarch 19, 2019 My journey from Python to Go Originally posted on AppsFlyer blog I love Python. It has been my go-to language for the past five years. Python is very friendly and easy to… Discover More