Sync and async microservice messaging with Dapr and JavaScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 5

  • @vaibhavm1986
    @vaibhavm1986 9 หลายเดือนก่อน

    Hi Mark , excellent presentation I am wondering why this video has so many less views and likes , need more help in deep dive , need more videos if possible of some practical applications like dapr powered applications running on azure container app , also it would be great if you can cover some more vidoes for changing messaging component to rabbit mq or azure service bus covering kinds of configurations required

    • @diagridio
      @diagridio  9 หลายเดือนก่อน

      More videos will definitely be created. Regarding RabbitMQ, this page in the Dapr docs contains more information and an example how to run RabbitMQ in a local container: docs.dapr.io/reference/components-reference/supported-pubsub/setup-rabbitmq/ ^MD

    • @vaibhavm1986
      @vaibhavm1986 9 หลายเดือนก่อน

      @@diagridio Thanks

  • @vaibhavm1986
    @vaibhavm1986 9 หลายเดือนก่อน

    Also there is a question how come without running anything regarding redis , how come dapr service is able to connect to it ?

    • @diagridio
      @diagridio  9 หลายเดือนก่อน

      Then the Dapr CLI is installed locally, it also installs a docker container with Redis. The pubsub.yaml file mentioned at th-cam.com/video/yf0qT0waEiQ/w-d-xo.html contains the configuration of connecting to this local Redis instance. ^MD