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

  • @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

  • @anandrao8397
    @anandrao8397 8 หลายเดือนก่อน +1

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

    • @MikesTechCorner
      @MikesTechCorner 8 หลายเดือนก่อน

      It depends on your setup

  • @PavanKumar-gh9ug
    @PavanKumar-gh9ug ปีที่แล้ว

    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 ปีที่แล้ว

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

  • @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. :)

  • @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.