Day 6 / May 23 (Mon)¶
Testing Kafka Streams Applications¶
Read the following and test your Kafka Streams application.
Exercise: Developing UpperCase Processor¶
- Read the Processor API
- Write a
Processor
that converts records to upper case - Write a unit test (following Unit Testing Processors)
Testing Kafka Applications¶
Read the following and apply it to your Kafka application:
- Consumer and Producer APIs
- Testing Apache Kafka
- MockProducer
- MockConsumer