SpringOne Platform 2016 Replay: Reactive Kafka
Recorded at SpringOne Platform 2016. Speaker: Rajini Sivaram Slides: http://www.slideshare.net/SpringCentral/reactive-kafka
Apache Kafka is a distributed, scalable, high-throughput messaging bus. Over the last few years, Kafka has emerged as a key building block for data-intensive distributed applications. As a high performance message bus, Kafka enables the development of distributed applications using the microservices architecture.
Reactive Streams simplifies the development of asynchronous systems using non-blocking back pressure. The reactive framework enables the development of…