Conclusion
Review the concepts covered throughout this course.
We'll cover the following...
Final words
This course covered how to build applications using Apache Kafka and Java. We learned about the core Kafka Java client library features, including the Producer and Consumer APIs and their nuances. We took this further with Kafka Streams and learned how to process streaming data using stateful and stateless operations of the Kafka Streams DSL API, along with its testing and ...