Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Steps to create a Kafka consumer

Ajay Divakaran edited this page Jul 28, 2017 · 2 revisions

Kafka consumer

A maven based Spring Boot application with dependency on Spring Kafka.

Steps to create a new Kafka consumer

  1. The Spring Kafka version should be 1.1.2.RELEASE or later.
  2. Include the tracer library for access to correlation id and logging of interactions with other HTTP services and/or Kafka.
  3. Refer to folder-structure to understand the folder structure convention.