niki/shoppingbasketapp/delivery/consumer/consumer.go

6 lines
219 B
Go

package consumer
// TODO: implement subscriber or consumer
// When the shopping cart is successfully paid
// the service waits for a message in the broker to change the cart status to paid and clear it from the cache.