InfoQ Homepage Presentations Reactive Kafka
Reactive Kafka
Summary
Rajini Sivaram talks about Kafka and reactive streams and then explores the development of a reactive streams interface for Kafka and the use of this interface for building robust applications using the microservices architecture.
Bio
Rajini Sivaram is a Principal Software Engineer at Pivotal working on Apache Kafka related projects. Prior to joining Pivotal, she was a key developer on IBM Message Hub which provides Kafka-as-a-Service on the IBM Bluemix platform. She has also been an active contributor to Apache Kafka over the last couple of years.
About the conference
SpringOne Platform brings together the people, process and tools for delivering and operating software services. Learn and share with the startups and enterprises leveraging modern Java with Spring connecting all the pieces of the modern software puzzle from developer, operator, architect, data scientist to executive.
Community comments
errata
by hamed k,
errata
by hamed k,
Your message is awaiting moderation. Thank you for participating in the discussion.
thank you for this presentation
just a little remark, in slide 39, in the third line, there is an extra semi-colon ';'
new ProducerRecord<>(topic, i, "Message_" + i), i))); // <--
.doOnNext(