Kafka demos demonstrate usage of kafka with various technologies
To get a local copy up and running follow these simple example steps.
This section will describe requirements needed to satisfy the installation or running of the project.
- Java 1.8
- Maven
- Docker, docker-compose
- Intellij
git clone https://github.com/Tanevski3/kafka-demos.git
cd ./kafka-integrations
mvn clean install
- Run
docker-compose up -d
insidekafka-integrations
directory - Inside
kafka-java-demos
right click and runMessageConsumer.java
, then right click and runMessageProducer.java
- Inside
kafka-spring-demos
right click and runKafkaClient.java
- Integration tests
For contact, you can reach me at marjantanevski@outlook.com.
MIT © Marjan Tanevski