Basic usage of Kafka in an assessment project

Basic usage of Kafka in an assessment project

·

1 min read

This project was requested from me by a company for an assessment. And all it has to do is send a message to Kafka with a project and consume this message with some consumer projects.

You can look at the Github Repository. As you can see, everything is simple. But maybe it can help someone.

For running this project, all you have to do is run these Docker commands in the directory that includes the docker-compose file.

  • docker-compose build
  • docker-compose up

You can see all instructions on the Github Repository page.

https://github.com/canurek/RTA