PROTIP: Watch me at 1.5x speed to save time! 😎 Do you use microservices? What is your opinion about it? 🙄 What kind of lessons do you prefer? Shorter or longer? Let me know in the comments! 👇 You can get my source code from here: bit.ly/my-source-ciu 👈
@stanislavkolev71363 жыл бұрын
Отново страхотно съдържание и прекрасно обяснение! Продължавай в същия дух, Ивак ;).
@Pest87 Жыл бұрын
Excellent lecture explained in a simple way
@jwbonnett2 жыл бұрын
By creating the message table arn't you coupling the database across services? I mean in this as you are publishing and consuming in the same service, it is not an issue, though if you were to span this across multiple services and make use of mark as published, isn't this a bad thing?
@Pest87 Жыл бұрын
Every service should have its own table for the messages it is responsible for sending. As much as I understand the idea is only the logic behind this Message table to be reusable from the class library. The responsibility of receiving and processing those messages is not tied to the relevant table in the sending service.