Summary
Keywords
Full Transcript
Integrating Kafka, AuthService and UserService | Code & Debug with me | Expense Tracker App This is our next episode after Kafka and Linux crash course. Today we will be learning - How to setup docker and use MySQL, Kafka and Zookeeper - How to dockerize them and use in your server - How to write your own serializer and deserializer for Kafka Producer and Consumer - We will debug some of the issues alongwith me and figure out how we can debug things effectively Links:- AuthService:- https://github.com/singhdevhub-lovepreet/authservice/tree/add/kafkaProducer UserService:- https://github.com/singhdevhub-lovepreet/userservice.git How to setup Docker:- https://cloudcone.com/docs/article/how-to-install-docker-on-ubuntu-22-04-20-04/ How to setup docker compose:- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04 Docker Compose file to install and bring up kafka, zookeeper and mysql:- https://drive.google.com/file/d/11Vhh3FBjttTdUsdtQhb7ZrkHbwaMoA1L/view?usp=sharing #kafka #docker #backenddevelopment
