Your registry password is in this video, hope you have changed it since 😊
@nicholash80212 жыл бұрын
What is the purpose of service discovery? Don't we as developers need to know what's on our servers already and code against them with a lot of forethought?
@dandogamer2 жыл бұрын
When your container goes down due to a problem / new deployment it will receive a new IP address.
@jakobehn82562 жыл бұрын
Distributed services are often scaled out/in and will be deployed on new servers with new IP addresses. The can also fail and be recreated on (potentially) new servers. Service discovery will abstract this problem away from you
@nemanjazivkovic68952 жыл бұрын
For the pubsub, the topic is supposed to be "ordercreated" instead of "order", this is the reason it didn't work. Nice presentation!
@jakobehn82562 жыл бұрын
Yes, I realized that like 5 minutes after the presentation. Always hard to figure these things out on a stage :-) Thanks for watching
@ronithomas10002 жыл бұрын
Where is the location of the code repository?
@jakobehn82562 жыл бұрын
The sample code is available here: github.com/jakobehn/daprdemopublic