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

Google Cloud Pub Sub Spring Boot

Поделиться
HTML-код
  • Опубликовано: 14 янв 2023
  • Enjoy! :-)
    Thank you for commenting and asking questions.
    Discord server - Where we discuss programming languages and tech - Please use the right channel to your input / question :)
    / discord
    My web site:
    www.codeinvest...
    One.com - Easy web sites
    one.me/daauttew
    The code is located here:
    github.com/eki...
    Follow me on twitter:
    / mikemoelnielsen
    Chat on Discord:
    / discord
    Support me on Patreon:
    / mikemoellernielsen
    Background nature video:
    Video by Engin Akyurt from Pexels
    www.pexels.com...

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

  • @cvetkovicslobodan
    @cvetkovicslobodan Год назад

    I've been using Azure Event Hub but GCP Pub/Sub seems so much better. Main advantages:
    1) Payload schema validation
    2) Ordering of messages is easier as there are no partitions, it scales differently
    3) UI to inspect (pull) the messages
    Overall great tutorial, thanks!

    • @MikesTechCorner
      @MikesTechCorner  Год назад +1

      The different clouds almost have the features. Right now I prefer GCP. But I like the Aws and Azure as well. It's really amazing that we don't have to have our own servers standing in the corner any longer. :) Like in the 00's

  • @Talaria.School
    @Talaria.School Год назад +1

    Thanks Mike for your content i m a big fan.

    • @MikesTechCorner
      @MikesTechCorner  Год назад +1

      I appreciate that! Thank you for watching. I keep "sharp" by doing these vids. :)

  • @anandrao8397
    @anandrao8397 6 месяцев назад +1

    Does the above code works in a multi servers production environment? Will I have to tweak something?

  • @PavanKumar-gh9ug
    @PavanKumar-gh9ug 10 месяцев назад

    That's a great tutorial Mike, can we get a message in spring boot whenever a file or bucket is created in gcs

    • @MikesTechCorner
      @MikesTechCorner  10 месяцев назад

      There is cloud storage triggers cloud.google.com/functions/docs/calling/storage

  • @lakshmipravallika8827
    @lakshmipravallika8827 Год назад

    What if there is some unexpected error while publishing ? Can you please explain how is that handled ?

    • @MikesTechCorner
      @MikesTechCorner  Год назад +1

      There is a backoff time and retry on the topic. The message will not be akwnowledged per default. But all of this is something that can be tweaked with options and configuration on the topic and also in Spring Boot.

  • @lakshmipravallika8827
    @lakshmipravallika8827 Год назад

    Credentials file cant be put in the version control right ? What is the other alternative to this ?

    • @MikesTechCorner
      @MikesTechCorner  Год назад +1

      You should not place creds in git. Place it as file on system.