00:00

Lab 1: Trigger Event

See also: MQTT X desktop client

  • Connect EQMX server via NodePort mapped to tcp:1883

  • Publish {"msg": "hello"} to in topic

    • Payload received in out topic 👇 👉
  • Check the function container log

    $ kubectl logs -c function serving-8f7xc-deployment-v200-l78xc-564c6b5bf7-vksg7
    ...
    [Dapr-JS] Listening on 8080
    [Dapr-JS] Letting Dapr pick-up the server (Maximum 60s wait time)
    [Dapr-JS] - Waiting till Dapr Started (#0)
    [Dapr-JS] Server Started
    Data received: { msg: 'hello' }
current