This service repo is part of below project: https://github.com/csankhala/ecommerce-micronaut-kafka
As a customer service representative, I want to be able to keep customers informed about their orders and provide updates in real-time, so that customers have a positive experience and are more likely to return for future purchases.
Acceptance Criteria:
- The customer service should subscribe to the "shipping-updates" Kafka topic to receive updates about shipments.
- When a customer contacts customer service to inquire about the status of their order, the customer service representative should be able to quickly and easily access the customer's order information, including the current shipping status.
- If there are any issues with the shipment, such as a delay or lost package, the customer service representative should be able to notify the customer and offer solutions such as reshipping the order or issuing a refund.
- The customer service should be able to handle high volumes of inquiries and provide timely responses to customers.
- If there are any changes to the shipping status, such as a delay or change in estimated delivery time, the customer service representative should be able to send a message to the customer through the "shipping-updates" Kafka topic to keep them informed.
- The customer service should maintain a high level of customer satisfaction by providing friendly and helpful support to customers throughout the entire ordering and shipping process.
The following instructions work for IntelliJ IDEA 2022.1 (Community Edition)
- Go to File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors
- Check 'Enable annotation processing'
- File -> Settings -> Editor -> General -> Ensure line feed at file end on Save
- Install the 'google-java-format' plugin, and enable it in Settings
- Apply intellij-java-google-style.xml to IntelliJ settings
- Run com.github.csankhala.ecommerce.Application
- Swagger URL: http://localhost:8080/swagger/views/swagger-ui