sensei-wu / spring-kafka-processor

Examples demonstrating usages of Spring Kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sports feed processor

This is a working Sports Program and betting application using Java 8, Spring platform, Spring Kafka.

This application consumes data feeds from the given kafka topic.

Listeners are implemented using Spring Kafka. Type of listeners and various parameters are configurable

Getting Started

Create a kafka topic named live-sports-feed, with 3 or more partitions

Prerequisites

  • Java 8
  • Maven
  • Kafka 1.0

Installing

  • mvn clean install

Running

  • Start Zookeeper
  • Start Kafka cluster
  • Run the class Application

Built With

Authors

License

About

Examples demonstrating usages of Spring Kafka

License:Apache License 2.0


Languages

Language:Java 100.0%