Stream sharing with Pub/Sub using Analytics Hub

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

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

  • @ritwikverma2463
    @ritwikverma2463 5 месяцев назад +2

    Thank you Richard for great GCP tutorials, please continue making these GCP video series.

  • @42svb58
    @42svb58 5 месяцев назад +1

    thank you for posting these videos!

  • @amitsk00
    @amitsk00 18 дней назад +1

    how is messages ACKed in this config, or any different rules for that?

    • @practicalgcp2780
      @practicalgcp2780  18 дней назад +1

      It’s exactly the same, think it’s just subscriptions created via analytics hub so you can see all subscribers in one place. It does not change the behaviour of how PubSub works

    • @amitsk00
      @amitsk00 18 дней назад

      @@practicalgcp2780 ok cool. so that means , ack deadline or such concepts are still the same. TY

  • @listenpramod
    @listenpramod 4 месяца назад

    Thanks Richard, very well explained. I would say we need links for your videos on GCP docs on the respective topic.
    If I want to push events from onprem to a topic in gcp and then use Analytic Hub to share the stream to downsteam other GCP project, What do you think were the topics receive the events from on prem should be created

    • @practicalgcp2780
      @practicalgcp2780  3 месяца назад

      No worries, have a look at this, it’s a blog published by Google on this topic, it has all the links you need cloud.google.com/blog/products/data-analytics/share-pubsub-topics-in-analytics-hub
      For sending events from onprem, I suggest create a new project dedicated for ingestions, and put the topic in there. It’s better this way because it is very unlikely consumers of the topic will be just one application, this makes it cleaner when you have multiple consumers from different applications / squads.