Introducing the New gRPC-based Pub Sub API | Developer Quick Takes

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Learn about the Pub Sub API, a new gRPC-based API that exposes the power of the Salesforce Event Bus. Discover the technology, its use cases, and benefits with a demo and some code.
    LINKS:
    Official Pub Sub API repository with Python, Go and Java examples:github.com/dev...
    Philippe's contributions:
    github.com/poz...
    github.com/poz...
    Connect with Salesforce Developers:
    Website: developer.sale...
    Facebook: / salesforcedevs
    Twitter: / salesforcedevs
    LinkedIn: / salesforce-developers

Komentáře • 27

  • @dilipmistry3433
    @dilipmistry3433 Před 2 lety +5

    Excellent Demo and explanation Philip. I never miss any of your videos as they have so much information in less time. Respect 🙌

  • @julianduque
    @julianduque Před 2 lety +6

    Fantastic demo!!

  • @TechleadConsulting
    @TechleadConsulting Před rokem +2

    Amazing explanations and detailed video by Philippe Ozil as always.

    • @SalesforceDevs
      @SalesforceDevs  Před rokem +2

      Many thanks!

    • @TechleadConsulting
      @TechleadConsulting Před rokem +1

      I had one doubt where to put .env file for offline setup

    • @pozil
      @pozil Před rokem

      @@TechleadConsulting simply put it at the root of the project.
      Make sure to never commit it (add it to your .gitignore file).

    • @TechleadConsulting
      @TechleadConsulting Před rokem +1

      @@pozil Thank you Philippe Ozil , awesome content as always

    • @TechleadConsulting
      @TechleadConsulting Před rokem

      What is the difference between Pub/ sub api and streaming api , are both the same ?

  • @seeker7964
    @seeker7964 Před rokem +2

    Thanks for the demo. Where can I access the demo code?

  • @coolmauls123
    @coolmauls123 Před 3 měsíci

    I am struggling to understand where is the subscriber of the platform event as I dont see anything on the salesforce platform but still status getting updated to apprpoved. How is that working?

  • @roycon1041
    @roycon1041 Před 2 lety +2

    Excellent Demo!

  • @user-zv8xx4cs6p
    @user-zv8xx4cs6p Před 10 měsíci

    How does the Manufacturing App get the Order Details (e.g. Line Items , Product Images). Is this passed with CDC message or is there a callback?

  • @Bhagwansingh-vo2tr
    @Bhagwansingh-vo2tr Před 2 lety +1

    Beautiful!

  • @dieffrei
    @dieffrei Před 2 lety +2

    👏🏾👏🏾👏🏾

  • @thucdedev
    @thucdedev Před rokem

    Hi, this is great, thank you. But I wonder if how can we reconnect the subscription when the maximum number of event is reached? E.g., in this video, you mentioned it at 6:30.

  • @pavan398
    @pavan398 Před 2 lety

    Can you pls let me know, will limits be consumed, if we use gRPC(as of now 50K events subscription for cometD)

  • @vinojdaniel1680
    @vinojdaniel1680 Před rokem

    Hi Philip, I am facing a problem with the PubSub Python client calling Salesforce every second, and eventually, Salesforce blocks the connected user. How do you add a refresh token to the client to prevent this behavior? Thanks.

  • @l2animus
    @l2animus Před 2 lety +3

    Is this GA in Summer '22?

    • @pozil
      @pozil Před 2 lety +2

      Yes but it may a couple of days/weeks after the release.

  • @KenpachiZ08
    @KenpachiZ08 Před 2 lety +1

    Thx...

  • @chuanhe915
    @chuanhe915 Před 2 lety

    When we can expect a java example?

    • @pozil
      @pozil Před rokem

      There's now an official Java example: github.com/developerforce/pub-sub-api
      There's also my own: github.com/pozil/pub-sub-api-java-client

  • @gotstutube
    @gotstutube Před 10 měsíci

    Make sure that you have your ports open. Firewall will block.