Amazon SNS/SQS with Go | Paul Borlin

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

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

  • @paulborlin2352
    @paulborlin2352 3 года назад +5

    There's a statement I made in this talk that is no longer true. Amazon introduced FIFO topics for SNS in the Fall of 2020. You can now tie a FIFO SQS queue to an SNS topic, but you must tie a standard queue to a standard topic or a FIFO queue to a FIFO topic.

  • @mr_wormhole
    @mr_wormhole 4 года назад +1

    This is so cool! i loved this talk a lot

  • @johanlejdung6445
    @johanlejdung6445 4 года назад +1

    Nice talk!

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

    new go programmer here and googling this question hasn't helped at all. How do you keep the program from terminating and keep polling? I can read a queue and handle any messages but after that one run the program terminates. using v2 sdk

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

      infinite for loop that polls and processes the messages