Leadership7 Min Read Elad LeevonFebruary 5, 2025 Effective Communication in Slack for Engineering teams Most engineering teams have mixed feelings about Slack. For some, it's an endless stream of distractions. For others, it's essential. Learn… Discover More
Infrastructure Quick Tip2 Min Read Elad LeevonFebruary 4, 2025 How to debug Strimzi Kafka Connect Connector How to connect JConsole, JMXTerm, and Java Flight Recorder to Strimzi Kafka Connect on Kubernetes by exposing JMX ports and configuring JVM options. Discover More
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