Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl localhost:11015/v3/namespaces/default/artifacts/myapp --data-binary @myapp-1.0.1.jar

A call can be made to find all applications that use the old artifact:

...

Code Block
curl localhost:11015/v3/namespaces/default/apps/purchaseDump/update -d '
{
  "artifact": {
    "name": "myapp",
    "version": "1.0.0",
    "scope": "user"
  },
  "config": {
    "stream": "purchases",
    "table": "events"
  }
}'

Once the development team has resolved that serious bug, we can try re-deploying again...