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

level=info msg="Queue bound to exchange, starting to consume from queue, consumerTag: counter-order-consumer" #12

Closed arpitcoder closed 1 year ago

arpitcoder commented 1 year ago

At the step where the go-coffee-counter container starts it freezes with no result please help.

kbakdev commented 1 year ago

This message indicates that a queue has been successfully bound to an exchange, and that a consumer with the specified tag is now consuming messages from the queue. This is a common message when setting up messaging systems with queues and exchanges. Try check the configuration of the container, or any other services that it needs to communicate with.

thangchung commented 1 year ago

Fixed in the latest version in the main branch at https://github.com/thangchung/go-coffeeshop/commit/22d33190a0cf81630878e47bafae2de7c0abb783. Feel free to re-open it if there are still things else to fix.