Code Infrastructure Open Source8 Min Read onMay 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…
Open Source3 Min Read onAugust 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…
Infrastructure6 Min Read onNovember 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…
Infrastructure10 Min Read onJuly 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?
Infrastructure9 Min Read onDecember 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…
Code Infrastructure Open Source1 Min Read onDecember 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?
Code3 Min Read onOctober 3, 2020 TinyGo: A Go Compiler For Small Places TinyGo - a Go compiler for small places. So what can we do with it?
Code5 Min Read onMarch 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…