Excellent Demo and explanation Philip. I never miss any of your videos as they have so much information in less time. Respect 🙌
@boozespiridion79442 жыл бұрын
R e
@TechleadConsulting Жыл бұрын
Amazing explanations and detailed video by Philippe Ozil as always.
@SalesforceDevs Жыл бұрын
Many thanks!
@TechleadConsulting Жыл бұрын
I had one doubt where to put .env file for offline setup
@pozil Жыл бұрын
@@TechleadConsulting simply put it at the root of the project. Make sure to never commit it (add it to your .gitignore file).
@TechleadConsulting Жыл бұрын
@@pozil Thank you Philippe Ozil , awesome content as always
@TechleadConsulting Жыл бұрын
What is the difference between Pub/ sub api and streaming api , are both the same ?
@julianduque2 жыл бұрын
Fantastic demo!!
@seeker79642 жыл бұрын
Thanks for the demo. Where can I access the demo code?
@roycon10412 жыл бұрын
Excellent Demo!
@ScottBilladeau Жыл бұрын
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?
@coolmauls1236 ай бұрын
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?
@pavan3982 жыл бұрын
Can you pls let me know, will limits be consumed, if we use gRPC(as of now 50K events subscription for cometD)
@thucdedev Жыл бұрын
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.
@vinojdaniel1680 Жыл бұрын
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.
@Bhagwansingh-vo2tr2 жыл бұрын
Beautiful!
@SalesforceDevs2 жыл бұрын
Thank you! Cheers!
@l2animus2 жыл бұрын
Is this GA in Summer '22?
@pozil2 жыл бұрын
Yes but it may a couple of days/weeks after the release.
@dieffrei2 жыл бұрын
👏🏾👏🏾👏🏾
@KenpachiZ082 жыл бұрын
Thx...
@chuanhe9152 жыл бұрын
When we can expect a java example?
@pozil2 жыл бұрын
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 Жыл бұрын
Make sure that you have your ports open. Firewall will block.