thangchung / go-coffeeshop

☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment
MIT License
4.01k stars 402 forks source link

bug: KitchenOrderPub will overwrite the configuration of BaristaOrderPub #26

Open jeffmingup opened 1 year ago

jeffmingup commented 1 year ago

https://github.com/thangchung/go-coffeeshop/blob/22d33190a0cf81630878e47bafae2de7c0abb783/internal/counter/app/wire_gen.go#L37

https://github.com/thangchung/go-coffeeshop/blob/22d33190a0cf81630878e47bafae2de7c0abb783/internal/counter/app/wire_gen.go#L49-L50

https://github.com/thangchung/go-coffeeshop/blob/22d33190a0cf81630878e47bafae2de7c0abb783/cmd/counter/main.go#L114-L125 Here, KitchenOrderPub will overwrite the configuration of BaristaOrderPub