Это видео недоступно.
Сожалеем об этом.

Google Cloud Pub/Sub - Local Development with .NET 6 on MBP M1

Поделиться
HTML-код
  • Опубликовано: 1 фев 2022
  • This video walks through how to work with Google Cloud's Pub/Sub emulator on your local environment and building message-oriented architectures using .NET 6 and Docker.
    See the repo here: github.com/Cha...
    We'll walk through an end-to-end example of how to build a publisher console app and a consuming subscriber console app.
    The easiest way to get started is to grab the Google Cloud Pub/Sub Docker image: github.com/mar...
    If you're developing on a MacBook Pro with the M1 CPU, you'll need an additional library to work with .NET: github.com/ein...

Комментарии • 7

  • @baileybk7958
    @baileybk7958 2 года назад +1

    Thanks for taking the time to make this.

    • @chrlschn
      @chrlschn  2 года назад +1

      Hope it was useful!

  • @mroobert
    @mroobert 2 года назад

    Thx for the video, very helpful! What icons theme do you use in VSCode?

    • @chrlschn
      @chrlschn  2 года назад +1

      This was a while ago, but I believe it is BUI Monokai Machine: marketplace.visualstudio.com/items?itemName=swashata.beautiful-ui

  • @asadamirkhwaja5678
    @asadamirkhwaja5678 2 года назад

    The subscription used in this video is a Pull subscription. Could you please guide me on how I can specify the endpoint of a Push subscription? Like if I want a server to run every time a message is published, how do I specify the server as my Push Endpoint?

    • @chrlschn
      @chrlschn  2 года назад +1

      Go with the HTTP push model; it's extremely easy to set up: cloud.google.com/pubsub/docs/push