Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.01 KB

#Go-microservices example

Requirements

  • skaffold through brew install skaffold
  • Docker-desktop/minikube

How to run

Whats happening

  1. kafka + zookeeper are deployed in your local cluster
  2. microservices are built and deployed into your local cluster for debugging
  3. Look through logs, see we have two services talking to each other through a kafka topic ;)

Whats next

  • use zap.logger
  • converting old middlewares
  • figure out cleaner way for configs
  • All datastore layer (gopg)

Things to figure out

  • how do i set the consumer offset to start somewhere besides latest?
  • emitting different events on the same topic (maybe using generic broker.Event to have the interface inside?)

Credits

https://github.com/d1egoaz/minikube-kafka-cluster