Live Demo ingredients - lucasjellema/soaring-through-the-cloud-native-sequel GitHub Wiki

Here are some of the things we could | should show during the Live Demo in Budapest

  • Show independence of microservices by demonstrating the remaining functionality if one or two microservices are down (for example: kill Logistics, what is still working okay (also in Webshop Portal); or: kill Products- what can still be done?

  • Show the implementation of a functional change: from development and Git Commit/Push to automatic build , test and release of updated container(s) and the live roll out of the new version (no downtime, gradual uptake by new web-sessions)

  • Discuss workflow coordination - and demonstrate (business activity) monitoring of workflows, show a change in the workflow definition

  • Show (technical) monitoring the live traffic through the microservices eco system - including bottleneck analysis and resolution by scaling up a specific microservice

  • Show the breakup of a microservice into multiple MS - for example split Logistics in Shipping and Warehousing

  • nice feature in a webshop I recently visited: show for a product the number of people that currently have that product in their shopping basket. (this requires SSE or WebSocket based push across all browser sessions - coordinated by the Order MS)