Skip to content

ricnader/kafka-practical-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions:
Start sln Producer and Consumer. Via postman make a post request
with the following JSON


{
    "orderId": "15",
    "productId": "2",
    "customerId": "6",
    "quantity": "100",
    "status": "Ordered"
}

Releases

No releases published

Packages

No packages published

Languages