Go with the Flow: Event Streaming with Go and Kafka

What is Kafka? Kafka is an event streaming platform used to collect and process data streams at scale, it was Initially developed at LinkedIn in 2011. It is now open-sourced and part of the Apache Software Foundation. It is a JVM application written in Java and Scala. Notable Companies Using Kafka: LinkedIn: Kafka originated at LinkedIn. They use it for tracking operational metrics, monitoring, and event sourcing. Netflix: They use Kafka for real-time monitoring and event processing....

July 27, 2024