Anyone got a link to his previous talk that he mentioned in the beginning?
@mikeschem64413 жыл бұрын
you ever find this?
@lindhe3 жыл бұрын
@@mikeschem6441 I don't think so.
@AttiDavidson4 жыл бұрын
Thank you.
@wilsonlopez6975 жыл бұрын
Is not it true that communication between microservices is not good in efficiency? What happens if I have an event driven model using Kafka? Do I need to replace all my infrastructure? (Microservices Learner)
@lindhe4 жыл бұрын
I think that a message bus would always sidestep a service mesh, since it abstracts away the underlying communication. But I also think that some applications are well suited for an event driven approach whereas other applications would work better in a server-client or p2p setup. So there could certainly be good reasons for using both technologies. But I would also be interested in learning more about this, so if anyone has a good resource to read or watch it would be much appreciated. :)
@y.51073 жыл бұрын
why not explain what it is used for or whent would be useful...