Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 504 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 504 Bytes

Kafka Communication with Java and Spring

Here is a repository with all the various ways of communicating with a Kafka cluster using Java. We also look at the two ways of communicating with Kafka using Spring framework.

Kafka Communication using Apache Kafka Clients Library. here.

Kafka Communication using Spring Kafka. here.

Kafka Communication using Spring Cloud Streams. here.