From Zero to Hero with Kafka Connect

Integrating Apache Kafka with other systems in a reliable and scalable way is often a key part of a streaming platform. Fortunately, Apache Kafka includes the Connect API that enables streaming integration both in and out of Kafka. Like any technology, understanding its architecture and deployment patterns is key to successful use, as is knowing where to go looking when things aren’t working. This talk covers: * key design concepts within Kafka Connect * Deployment modes * Live demo * Diagnosing and resolving common issues encountered with Kafka Connect. * Single Message Transforms * Deployment of Kafka Connect in containers. 📔 Slides: 👾 Code:
Back to Top