Online retail scenario has a ProductInfo microservice which is responsible for managing the products and their
information. The consumer of that service can add, retrieve products via that service.
ProductInfo service and the consumer of that service are implemented in both Go and Java languages.
This use case shows how you can implement both ProductInfo service and its consumer.