Getting Started with Landoop's Kafka on Docker for Windows
Here's a quick guide to running Kafka on Windows with Docker. I'll show you how to pull Landoop's Kafka image from Docker Hub, run it, and how you can get started with Kafka. We'll also be building a .NET Core C# console app for this demonstration. I learned most of this from...
Local Development with Azure API Management Gateway
This was rather tricky to figure out so I thought I would share my experience with setting up Visual Studio with a local development subscription of Azure API Management (APIM) Gateway. It turns out that running a local copy of the Azure API Management Gateway is possible through either Docker or Kubernetes. Since...
Kafka Log Compaction
This tutorial is to demonstrate how Log Compaction works in Apache Kafka. For this tutorial, I will use .NET and a local Docker image to run Apache Kafka. This example will demonstrate how to create distributable settings that could be stored in a Kafka topic. This is similar to how Kafka Connect saves its configuration for connectors...