Exchange retail.customer.favorites
{
"id" : "nyla",
"favorites" : [
{
"quantity" : 1,
"product" :
{
"id": "1",
"name" : "Hello"
}
}
]
}
Exchange: retail.customer.promotions
{
"id" : "nyla",
"marketingMessage" : "Testing",
"products" : [
{
"id": "1",
"name" : "Product"
}
]
}
mvn install
cd applications/retail-cache-sink-app
mvn spring-boot:build-image
docker tag retail-cache-sink-app:0.1.2-SNAPSHOT cloudnativedata/retail-cache-sink-app:0.1.2-SNAPSHOT
docker push cloudnativedata/retail-cache-sink-app:0.1.2-SNAPSHOT