csankhala / csankhala/OrderService
Order: Kafka Processing from "cart-checkout" to "order-created"
Open
- Dominant language
- Java
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- Update document: topic names as used in code
- The order service should process incoming messages from the "cart-checkout" topic to create a new order.
- The order service should use the payment service to process payment for the order.
- If payment is successful, the order service should mark the order as "paid" and send a message to the "order-created" Kafka topic.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.