SlideShare a Scribd company logo
1
Introduction to Apache Kafka as
Event-Driven Open Source Streaming Platform
for Microservice Architectures
Kai Waehner
Technology Evangelist
kontakt@kai-waehner.de
LinkedIn
@KaiWaehner
www.confluent.io
www.kai-waehner.de
2
A need for integration in every enterprise
Search
Sensors / IoT
RDBMS Monitoring
NoSQLReal-time Analytics Data Warehouse
Apps
Microservices
Big Data
Integration
3
Business Digitalization Trends are Driving the Need to Process
Events at a whole new Scale, Speed and Efficiency
The World has Changed
Mobile Cloud Microservices Internet of Things Machine Learning
4
Before: many ad hoc pipelines
Search Security
Fraud Detection Application
User Tracking Operational Logs Operational Metrics
Big Data
App Data
Warehouse
Mainframes NoSQL Relational DB
Databases
Storage
Interfaces
Monitoring App
Databases
Storage
Interfaces
5
After: streaming platform with Kafka
Search Security
Fraud Detection Application
User Tracking Operational Logs Operational MetricsMainframes Relational DB
Big Data App Monitoring App
Data
Warehouse
Event Streaming Platform
NoSQL
Events
What is an event?
Events
8
Events
A Sale An Invoice A Trade A Customer
Experience
9
Where are they?
Events haven’t had a
proper home in
infrastructure or in code.
They are implicit.
Here!
10
Haven’t we seen all
this before?
11
What’s different this time around?
(Published in 2009) (Published in 2004)
Apache Kafka as Event Streaming Platform for Microservice Architectures
Apache Kafka as Event Streaming Platform for Microservice Architectures
A Streaming Platform is the Underpinning of an
Event-driven Architecture
Ubiquitous connectivity
Globally scalable platform for all
event producers and consumers
Immediate data access
Data accessible to all
consumers in real time
Single system of record
Persistent storage to enable
reprocessing of past events
Continuous queries
Stream processing capabilities
for in-line data transformation
Microservice
s
DBs
SaaS apps
Mobile
Customer 360
Real-time fraud
detection
Data warehouse
Producers
Consumers
Database
change
Microservices
events
SaaS
data
Customer
experience
s
Streams of real time events
Stream processing appsStream processing apps Stream processing apps
Apache Kafka as Event Streaming Platform for Microservice Architectures
The beginning of a new Era
https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying
The first use case. This is why Kafka was created!
17
● Global-scale
● Real-time
● Persistent Storage
● Stream Processing
Apache Kafka: The De-facto Standard for Real-Time Event Streaming
Edge
Cloud
Data LakeDatabases
Datacenter
IoT
SaaS AppsMobile
Microservices Machine
Learning
Apache Kafka
Apache Kafka at Scale at Tech Giants
> 4.5 trillion messages / day > 6 Petabytes / day
“You name it”
* Kafka Is not just used by tech giants
** Kafka is not just used for big data
Confluents Business Value per Use Case
Improve
Customer
Experience
(CX)
Increase
Revenue
(make money)
Business
Value
Decrease
Costs
(save
money)
Core Business
Platform
Increase
Operational
Efficiency
Migrate to
Cloud
Mitigate Risk
(protect money)
Key Drivers
Strategic Objectives
(sample)
Fraud
Detection
IoT sensor
ingestion
Digital
replatforming/
Mainframe Offload
Connected Car: Navigation & improved
in-car experience: Audi
Customer 360
Simplifying Omni-channel Retail at
Scale: Target
Faster transactional
processing / analysis
incl. Machine Learning / AI
Mainframe Offload: RBC
Microservices
Architecture
Online Fraud Detection
Online Security
(syslog, log aggregation,
Splunk replacement)
Middleware
replacement
Regulatory
Digital
Transformation
Application Modernization: Multiple
Examples
Website / Core
Operations
(Central Nervous System)
The [Silicon Valley] Digital Natives;
LinkedIn, Netflix, Uber, Yelp...
Predictive Maintenance: Audi
Streaming Platform in a regulated
environment (e.g. Electronic Medical
Records): Celmatix
Real-time app
updates
Real Time Streaming Platform for
Communications and Beyond: Capital One
Developer Velocity - Building Stateful
Financial Applications with Kafka
Streams: Funding Circle
Detect Fraud & Prevent Fraud in Real
Time: PayPal
Kafka as a Service - A Tale of Security
and Multi-Tenancy: Apple
Example Use Cases
$↑
$↓
$
Example Case Studies
(of many)
Confluent Partner
Briefing
20
Example: An Airbnb Booking Event
Booked event happens
{
rentalId:4124,
rentalPrice: 58,
userId: 5893381
….
}
Rental availability
Rental pricing
Recommended
experiences
Account history
Account
Updates
Store
Updates
Report
Updates
User engagement
Localized supply
Topic:
rentalOrders
A Modern, Distributed Platform for
Data Streams.
Messaging + Storage + Processing!
Apache Kafka is made up of
distributed, immutable, append-only
commit logs
Apache Kafka - A Distributed Commit Log
Writers
Kafka
cluster
Readers
Scalability of a filesystem
• Hundreds of MB/s throughput
• Many TB per server
• Commodity hardware
Guarantees of a Database
• Strict ordering
• Persistence
Distributed by design
• Replication
• Fault Tolerance
• Partitioning
• Elastic Scaling
Kafka Topics
my-topic
my-topic-partition-0
my-topic-partition-1
my-topic-partition-2
broker-1
broker-2
broker-3
P
Producing to Kafka
Time
P
Producing to Kafka
Time
C2 C3C1
Partition Leadership and Replication
Broker 1
Topic1
partition1
Broker 2 Broker 3 Broker 4
Topic1
partition1
Topic1
partition1
Leader Follower
Topic1
partition2
Topic1
partition2
Topic1
partition2
Topic1
partition3
Topic1
partition4
Topic1
partition3
Topic1
partition3
Topic1
partition4
Topic1
partition4
Apache Kafka (kafka.apache.org) includes Kafka Connect and Kafka Streams
Kafka Connect is an integration framework on top of Kafka‘s Core
Kafka’s Streams API: Build real-time applications for your core business
Kafka’s Streams API
• To build real-time applications for your core business
• Easiest way to process data in Apache Kafka
• Apps are standard Java applications that run on client machines
• Powerful yet easy-to-use library, part of Apache Kafka
• https://github.com/apache/kafka/tree/trunk/streams
Streams
API
Your App
Kafka
Cluster
Example: complete app, ready for production at large-scale
Word
Count
App configuration
Define processing
(here:
WordCount)
Start processing
Confluent Platform
Operations and Security
Development & Stream Processing
Support,Services,Training&Partners
Apache Kafka
Security plugins | Role-Based Access Control
Control Center | Replicator | Auto Data Balancer | Operator
Connectors
Clients | REST Proxy
MQTT Proxy | Schema Registry
KSQL
Connect Continuous Commit Log Streams
Complete Event
Streaming
Platform
Mission-critical
Reliability
Freedom of
ChoiceDatacenter Public Cloud Confluent Cloud
Self-Managed Software Fully-Managed Service
Confluent Delivers a Mission-Critical Event Streaming Platform
KSQL – A Streaming SQL Engine for Apache Kafka
3939
Confluent Control Center (C3)
Monitors all pipelines end-to-end
• Lost Messages?
• Duplicates?
• Latency Issues?
• What is the problem?
• Where is the problem?
• Etc.
4040
KSQLKafka Streams
Event Streaming with Confluent’s Event Streaming Platform
Splunk Security
Fraud Detection Application
User Tracking Operational Logs Operational MetricsMainframes Oracle DB
Hadoop Business App Monitoring App
Confluent
Control Center
Kafka
Mongo DB
Cassandra
Kafka Connect
Schema Registry
Rest Proxy
41C O N F I D E N T I A L
Kafka Connect
Kafka Cluster
CRM
Integration
Domain-Driven Design for your Event Steaming Platform
Legacy
Integration
Custom
Application
ESB Connector
Java / KSQL /
Kafka Streams
Schema
Registry
Event Streaming Platform
CRM Domain Legacy Domain Payment Domain
è Independent and loosely coupled, but scalable, highly available and reliable!
Apache Kafka as Event Streaming Platform for Microservice Architectures
4343
Best-of-breed Platforms, Partners and Services for Multi-cloud Streams
Private Cloud
Deploy on bare-metal, VMs,
containers or Kubernetes in your
datacenter with Confluent Platform
and Confluent Operator
Public Cloud
Implement self-managed in the public
cloud or adopt a fully managed service
with Confluent Cloud
Hybrid Cloud
Build a persistent bridge between
datacenter and cloud with
Confluent Replicator
Confluent
Replicator
VM
SELF MANAGED FULLY MANAGED
44
Confluent’s Streaming Maturity Model - where are you?
Value
Maturity (Investment & time)
2
Enterprise
Streaming Pilot /
Early Production
Pub + Sub Store Process
5
Central Nervous
System
1
Developer
Interest
Pre-Streaming
4
Global
Streaming
3
SLA Ready,
Integrated
Streaming
Projects
Platform
45Highly Scalable Microservices with Apache Kafka + Mesos
Kai Waehner
Technology Evangelist
kontakt@kai-waehner.de
@KaiWaehner
www.confluent.io
www.kai-waehner.de
LinkedIn
Questions? Feedback?
Please contact me!

More Related Content

PDF
Monitoring and Orchestration of your Microservices Landscape with Kafka and Z...
PDF
Kappa vs Lambda Architectures and Technology Comparison
PDF
Kafka for Real-Time Replication between Edge and Hybrid Cloud
PDF
The Rise Of Event Streaming – Why Apache Kafka Changes Everything
PDF
When NOT to use Apache Kafka?
PDF
Real-Life Use Cases & Architectures for Event Streaming with Apache Kafka
PDF
Kafka Summit 2021 - Apache Kafka meets workflow engines
PDF
Apache Kafka vs. Cloud-native iPaaS Integration Platform Middleware
Monitoring and Orchestration of your Microservices Landscape with Kafka and Z...
Kappa vs Lambda Architectures and Technology Comparison
Kafka for Real-Time Replication between Edge and Hybrid Cloud
The Rise Of Event Streaming – Why Apache Kafka Changes Everything
When NOT to use Apache Kafka?
Real-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Kafka Summit 2021 - Apache Kafka meets workflow engines
Apache Kafka vs. Cloud-native iPaaS Integration Platform Middleware

What's hot (20)

PDF
Learn to Use Databricks for the Full ML Lifecycle
PDF
Apache Kafka in the Automotive Industry (Connected Vehicles, Manufacturing 4....
PDF
IBM Cloud Pak for Integration with Confluent Platform powered by Apache Kafka
PDF
Modernizing to a Cloud Data Architecture
PDF
Event Driven Architecture
PDF
Apache Kafka Streams + Machine Learning / Deep Learning
PPTX
Building Reliable Lakehouses with Apache Flink and Delta Lake
PDF
Apache Kafka in the Transportation and Logistics
PDF
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
PDF
Simplified Machine Learning Architecture with an Event Streaming Platform (Ap...
PDF
Dynamically Scaling Data Streams across Multiple Kafka Clusters with Zero Fli...
PDF
Apache Kafka® Use Cases for Financial Services
PDF
Introduction to Apache Flink - Fast and reliable big data processing
PDF
Kafka and Machine Learning in Banking and Insurance Industry
PDF
Introduction to Stream Processing
PDF
Apache Kafka in the Airline, Aviation and Travel Industry
PPTX
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
PPTX
Data Lake Overview
PDF
Introduction to Apache Flink
PDF
Introducing Databricks Delta
Learn to Use Databricks for the Full ML Lifecycle
Apache Kafka in the Automotive Industry (Connected Vehicles, Manufacturing 4....
IBM Cloud Pak for Integration with Confluent Platform powered by Apache Kafka
Modernizing to a Cloud Data Architecture
Event Driven Architecture
Apache Kafka Streams + Machine Learning / Deep Learning
Building Reliable Lakehouses with Apache Flink and Delta Lake
Apache Kafka in the Transportation and Logistics
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Simplified Machine Learning Architecture with an Event Streaming Platform (Ap...
Dynamically Scaling Data Streams across Multiple Kafka Clusters with Zero Fli...
Apache Kafka® Use Cases for Financial Services
Introduction to Apache Flink - Fast and reliable big data processing
Kafka and Machine Learning in Banking and Insurance Industry
Introduction to Stream Processing
Apache Kafka in the Airline, Aviation and Travel Industry
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
Data Lake Overview
Introduction to Apache Flink
Introducing Databricks Delta
Ad

Similar to Apache Kafka as Event Streaming Platform for Microservice Architectures (20)

PDF
Fast Data – Fast Cars: Wie Apache Kafka die Datenwelt revolutioniert
PDF
Santander Stream Processing with Apache Flink
PDF
Introduction to Apache Kafka and why it matters - Madrid
PPTX
Streaming Data and Stream Processing with Apache Kafka
PDF
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
PDF
Apache Kafka vs. Traditional Middleware (Kai Waehner, Confluent) Frankfurt 20...
PPTX
IoT and Event Streaming at Scale with Apache Kafka
PDF
IoT Architectures for Apache Kafka and Event Streaming - Industry 4.0, Digita...
PDF
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB)
PDF
Kafka Vienna Meetup 020719
PDF
Best Practices for Streaming IoT Data with MQTT and Apache Kafka®
PDF
Viele Autos, noch mehr Daten: IoT-Daten-Streaming mit MQTT & Kafka (Kai Waehn...
PDF
Best Practices for Streaming IoT Data with MQTT and Apache Kafka
PDF
2019 04 seattle_meetup___kafka_machine_learning___kai_waehner
PDF
Hybrid Kafka, Taking Real-time Analytics to the Business (Cody Irwin, Google ...
PPTX
Unlock value with Confluent and AWS.pptx
PPTX
Data Streaming with Apache Kafka & MongoDB
PPTX
Data Streaming with Apache Kafka & MongoDB - EMEA
PPTX
Webinar: Data Streaming with Apache Kafka & MongoDB
PDF
Apache Kafka for Smart Grid, Utilities and Energy Production
Fast Data – Fast Cars: Wie Apache Kafka die Datenwelt revolutioniert
Santander Stream Processing with Apache Flink
Introduction to Apache Kafka and why it matters - Madrid
Streaming Data and Stream Processing with Apache Kafka
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Traditional Middleware (Kai Waehner, Confluent) Frankfurt 20...
IoT and Event Streaming at Scale with Apache Kafka
IoT Architectures for Apache Kafka and Event Streaming - Industry 4.0, Digita...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB)
Kafka Vienna Meetup 020719
Best Practices for Streaming IoT Data with MQTT and Apache Kafka®
Viele Autos, noch mehr Daten: IoT-Daten-Streaming mit MQTT & Kafka (Kai Waehn...
Best Practices for Streaming IoT Data with MQTT and Apache Kafka
2019 04 seattle_meetup___kafka_machine_learning___kai_waehner
Hybrid Kafka, Taking Real-time Analytics to the Business (Cody Irwin, Google ...
Unlock value with Confluent and AWS.pptx
Data Streaming with Apache Kafka & MongoDB
Data Streaming with Apache Kafka & MongoDB - EMEA
Webinar: Data Streaming with Apache Kafka & MongoDB
Apache Kafka for Smart Grid, Utilities and Energy Production
Ad

More from Kai Wähner (20)

PDF
Apache Kafka as Data Hub for Crypto, NFT, Metaverse (Beyond the Buzz!)
PDF
Kafka for Live Commerce to Transform the Retail and Shopping Metaverse
PDF
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
PDF
Data Warehouse vs. Data Lake vs. Data Streaming – Friends, Enemies, Frenemies?
PDF
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
PDF
Resilient Real-time Data Streaming across the Edge and Hybrid Cloud with Apac...
PDF
Data Streaming with Apache Kafka in the Defence and Cybersecurity Industry
PDF
Apache Kafka in the Healthcare Industry
PDF
Apache Kafka in the Healthcare Industry
PDF
Apache Kafka for Real-time Supply Chain in the Food and Retail Industry
PDF
Apache Kafka for Predictive Maintenance in Industrial IoT / Industry 4.0
PDF
Apache Kafka Landscape for Automotive and Manufacturing
PPTX
The Top 5 Apache Kafka Use Cases and Architectures in 2022
PDF
Event Streaming CTO Roundtable for Cloud-native Kafka Architectures
PDF
Apache Kafka in the Public Sector (Government, National Security, Citizen Ser...
PDF
Telco 4.0 - Payment and FinServ Integration for Data in Motion with 5G and Ap...
PDF
Apache Kafka for Cybersecurity and SIEM / SOAR Modernization
PDF
Serverless Kafka on AWS as Part of a Cloud-native Data Lake Architecture
PDF
Apache Kafka and API Management / API Gateway – Friends, Enemies or Frenemies?
PDF
Apache Kafka in the Insurance Industry
Apache Kafka as Data Hub for Crypto, NFT, Metaverse (Beyond the Buzz!)
Kafka for Live Commerce to Transform the Retail and Shopping Metaverse
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
Data Warehouse vs. Data Lake vs. Data Streaming – Friends, Enemies, Frenemies?
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
Resilient Real-time Data Streaming across the Edge and Hybrid Cloud with Apac...
Data Streaming with Apache Kafka in the Defence and Cybersecurity Industry
Apache Kafka in the Healthcare Industry
Apache Kafka in the Healthcare Industry
Apache Kafka for Real-time Supply Chain in the Food and Retail Industry
Apache Kafka for Predictive Maintenance in Industrial IoT / Industry 4.0
Apache Kafka Landscape for Automotive and Manufacturing
The Top 5 Apache Kafka Use Cases and Architectures in 2022
Event Streaming CTO Roundtable for Cloud-native Kafka Architectures
Apache Kafka in the Public Sector (Government, National Security, Citizen Ser...
Telco 4.0 - Payment and FinServ Integration for Data in Motion with 5G and Ap...
Apache Kafka for Cybersecurity and SIEM / SOAR Modernization
Serverless Kafka on AWS as Part of a Cloud-native Data Lake Architecture
Apache Kafka and API Management / API Gateway – Friends, Enemies or Frenemies?
Apache Kafka in the Insurance Industry

Recently uploaded (20)

PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
System and Network Administraation Chapter 3
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Cost to Outsource Software Development in 2025
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PTS Company Brochure 2025 (1).pdf.......
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Computer Software and OS of computer science of grade 11.pptx
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Design an Analysis of Algorithms II-SECS-1021-03
Why Generative AI is the Future of Content, Code & Creativity?
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
System and Network Administraation Chapter 3
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Digital Systems & Binary Numbers (comprehensive )
Design an Analysis of Algorithms I-SECS-1021-03
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Cost to Outsource Software Development in 2025
Upgrade and Innovation Strategies for SAP ERP Customers

Apache Kafka as Event Streaming Platform for Microservice Architectures

  • 1. 1 Introduction to Apache Kafka as Event-Driven Open Source Streaming Platform for Microservice Architectures Kai Waehner Technology Evangelist [email protected] LinkedIn @KaiWaehner www.confluent.io www.kai-waehner.de
  • 2. 2 A need for integration in every enterprise Search Sensors / IoT RDBMS Monitoring NoSQLReal-time Analytics Data Warehouse Apps Microservices Big Data Integration
  • 3. 3 Business Digitalization Trends are Driving the Need to Process Events at a whole new Scale, Speed and Efficiency The World has Changed Mobile Cloud Microservices Internet of Things Machine Learning
  • 4. 4 Before: many ad hoc pipelines Search Security Fraud Detection Application User Tracking Operational Logs Operational Metrics Big Data App Data Warehouse Mainframes NoSQL Relational DB Databases Storage Interfaces Monitoring App Databases Storage Interfaces
  • 5. 5 After: streaming platform with Kafka Search Security Fraud Detection Application User Tracking Operational Logs Operational MetricsMainframes Relational DB Big Data App Monitoring App Data Warehouse Event Streaming Platform NoSQL
  • 8. 8 Events A Sale An Invoice A Trade A Customer Experience
  • 9. 9 Where are they? Events haven’t had a proper home in infrastructure or in code. They are implicit. Here!
  • 10. 10 Haven’t we seen all this before?
  • 11. 11 What’s different this time around? (Published in 2009) (Published in 2004)
  • 14. A Streaming Platform is the Underpinning of an Event-driven Architecture Ubiquitous connectivity Globally scalable platform for all event producers and consumers Immediate data access Data accessible to all consumers in real time Single system of record Persistent storage to enable reprocessing of past events Continuous queries Stream processing capabilities for in-line data transformation Microservice s DBs SaaS apps Mobile Customer 360 Real-time fraud detection Data warehouse Producers Consumers Database change Microservices events SaaS data Customer experience s Streams of real time events Stream processing appsStream processing apps Stream processing apps
  • 16. The beginning of a new Era https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying The first use case. This is why Kafka was created!
  • 17. 17 ● Global-scale ● Real-time ● Persistent Storage ● Stream Processing Apache Kafka: The De-facto Standard for Real-Time Event Streaming Edge Cloud Data LakeDatabases Datacenter IoT SaaS AppsMobile Microservices Machine Learning Apache Kafka
  • 18. Apache Kafka at Scale at Tech Giants > 4.5 trillion messages / day > 6 Petabytes / day “You name it” * Kafka Is not just used by tech giants ** Kafka is not just used for big data
  • 19. Confluents Business Value per Use Case Improve Customer Experience (CX) Increase Revenue (make money) Business Value Decrease Costs (save money) Core Business Platform Increase Operational Efficiency Migrate to Cloud Mitigate Risk (protect money) Key Drivers Strategic Objectives (sample) Fraud Detection IoT sensor ingestion Digital replatforming/ Mainframe Offload Connected Car: Navigation & improved in-car experience: Audi Customer 360 Simplifying Omni-channel Retail at Scale: Target Faster transactional processing / analysis incl. Machine Learning / AI Mainframe Offload: RBC Microservices Architecture Online Fraud Detection Online Security (syslog, log aggregation, Splunk replacement) Middleware replacement Regulatory Digital Transformation Application Modernization: Multiple Examples Website / Core Operations (Central Nervous System) The [Silicon Valley] Digital Natives; LinkedIn, Netflix, Uber, Yelp... Predictive Maintenance: Audi Streaming Platform in a regulated environment (e.g. Electronic Medical Records): Celmatix Real-time app updates Real Time Streaming Platform for Communications and Beyond: Capital One Developer Velocity - Building Stateful Financial Applications with Kafka Streams: Funding Circle Detect Fraud & Prevent Fraud in Real Time: PayPal Kafka as a Service - A Tale of Security and Multi-Tenancy: Apple Example Use Cases $↑ $↓ $ Example Case Studies (of many)
  • 20. Confluent Partner Briefing 20 Example: An Airbnb Booking Event Booked event happens { rentalId:4124, rentalPrice: 58, userId: 5893381 …. } Rental availability Rental pricing Recommended experiences Account history Account Updates Store Updates Report Updates User engagement Localized supply Topic: rentalOrders
  • 21. A Modern, Distributed Platform for Data Streams. Messaging + Storage + Processing!
  • 22. Apache Kafka is made up of distributed, immutable, append-only commit logs
  • 23. Apache Kafka - A Distributed Commit Log Writers Kafka cluster Readers
  • 24. Scalability of a filesystem • Hundreds of MB/s throughput • Many TB per server • Commodity hardware
  • 25. Guarantees of a Database • Strict ordering • Persistence
  • 26. Distributed by design • Replication • Fault Tolerance • Partitioning • Elastic Scaling
  • 30. Partition Leadership and Replication Broker 1 Topic1 partition1 Broker 2 Broker 3 Broker 4 Topic1 partition1 Topic1 partition1 Leader Follower Topic1 partition2 Topic1 partition2 Topic1 partition2 Topic1 partition3 Topic1 partition4 Topic1 partition3 Topic1 partition3 Topic1 partition4 Topic1 partition4
  • 31. Apache Kafka (kafka.apache.org) includes Kafka Connect and Kafka Streams
  • 32. Kafka Connect is an integration framework on top of Kafka‘s Core
  • 33. Kafka’s Streams API: Build real-time applications for your core business Kafka’s Streams API • To build real-time applications for your core business • Easiest way to process data in Apache Kafka • Apps are standard Java applications that run on client machines • Powerful yet easy-to-use library, part of Apache Kafka • https://github.com/apache/kafka/tree/trunk/streams Streams API Your App Kafka Cluster
  • 34. Example: complete app, ready for production at large-scale Word Count App configuration Define processing (here: WordCount) Start processing
  • 35. Confluent Platform Operations and Security Development & Stream Processing Support,Services,Training&Partners Apache Kafka Security plugins | Role-Based Access Control Control Center | Replicator | Auto Data Balancer | Operator Connectors Clients | REST Proxy MQTT Proxy | Schema Registry KSQL Connect Continuous Commit Log Streams Complete Event Streaming Platform Mission-critical Reliability Freedom of ChoiceDatacenter Public Cloud Confluent Cloud Self-Managed Software Fully-Managed Service Confluent Delivers a Mission-Critical Event Streaming Platform
  • 36. KSQL – A Streaming SQL Engine for Apache Kafka
  • 37. 3939 Confluent Control Center (C3) Monitors all pipelines end-to-end • Lost Messages? • Duplicates? • Latency Issues? • What is the problem? • Where is the problem? • Etc.
  • 38. 4040 KSQLKafka Streams Event Streaming with Confluent’s Event Streaming Platform Splunk Security Fraud Detection Application User Tracking Operational Logs Operational MetricsMainframes Oracle DB Hadoop Business App Monitoring App Confluent Control Center Kafka Mongo DB Cassandra Kafka Connect Schema Registry Rest Proxy
  • 39. 41C O N F I D E N T I A L Kafka Connect Kafka Cluster CRM Integration Domain-Driven Design for your Event Steaming Platform Legacy Integration Custom Application ESB Connector Java / KSQL / Kafka Streams Schema Registry Event Streaming Platform CRM Domain Legacy Domain Payment Domain è Independent and loosely coupled, but scalable, highly available and reliable!
  • 41. 4343 Best-of-breed Platforms, Partners and Services for Multi-cloud Streams Private Cloud Deploy on bare-metal, VMs, containers or Kubernetes in your datacenter with Confluent Platform and Confluent Operator Public Cloud Implement self-managed in the public cloud or adopt a fully managed service with Confluent Cloud Hybrid Cloud Build a persistent bridge between datacenter and cloud with Confluent Replicator Confluent Replicator VM SELF MANAGED FULLY MANAGED
  • 42. 44 Confluent’s Streaming Maturity Model - where are you? Value Maturity (Investment & time) 2 Enterprise Streaming Pilot / Early Production Pub + Sub Store Process 5 Central Nervous System 1 Developer Interest Pre-Streaming 4 Global Streaming 3 SLA Ready, Integrated Streaming Projects Platform
  • 43. 45Highly Scalable Microservices with Apache Kafka + Mesos Kai Waehner Technology Evangelist [email protected] @KaiWaehner www.confluent.io www.kai-waehner.de LinkedIn Questions? Feedback? Please contact me!