Skip to content

Apache Kafka usage demonstrated via code, basic kafka setups

License

Notifications You must be signed in to change notification settings

marjan3/kafka-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka demos

Kafka demos demonstrate usage of kafka with various technologies

Getting started

To get a local copy up and running follow these simple example steps.

Prerequisites

This section will describe requirements needed to satisfy the installation or running of the project.

  • Java 1.8
  • Maven
  • Docker, docker-compose

Nice to have

  • Intellij

Build

  • git clone https://github.com/Tanevski3/kafka-demos.git
  • cd ./kafka-integrations
  • mvn clean install

Run

  • Run docker-compose up -d inside kafka-integrations directory
  • Inside kafka-java-demos right click and run MessageConsumer.java, then right click and run MessageProducer.java
  • Inside kafka-spring-demos right click and run KafkaClient.java

Future changes

  • Integration tests

Contact

For contact, you can reach me at marjantanevski@outlook.com.

License

MIT © Marjan Tanevski

Releases

No releases published

Packages

No packages published

Languages