Confluent: Developing a Streaming Microservices Application
Persist events into Kafka by producing records that represent customer orders
Write a service that joins streaming order information with streaming payment information and data from a customer database
Create a session window to define five-minute windows for processing
Create one persistent query that enriches the orders stream with customer information using a stream-table join