Tricky Part of Async Func


Pros

Cons
  • NEED events to pull the trigger
    • Usually coming in from external systems, or interface with external systems
    • e.g. message queue, cron, K8s events
  • Also rather unfriendly for testing
    • We need a MQTT client tool to serve as the event publisher, remember that?