Moisés Macero
Moisés Macero
I'm not sure if I understand your question, but let me try to answer. You can implement reactive programming on the Angular side but, as long as the backend works...
> then we wll have a full reactive Non blocking IO in this case whitout even using SSE This is right in theory, but in practice, there is no other...
Hi @shapan1, 1. The interface doesn't need an implementation because it uses Spring Data JPA's [Query Methods](https://docs.spring.io/spring-data/commons/docs/2.4.7/reference/html/#repositories.query-methods). In short, this means the name of the method is translated to a...
Thanks for all your suggestions! I'm planning to continue with this project and will take them into account. The only problem, for now, it's time.
Hi! I'm glad you're enjoying the book! 😄 Please check https://github.com/microservices-practical/microservices-v5/pull/1#issuecomment-394094209, there is some new behavior with lombok which requires extra config. Let me know if that helps.
Hi, Are you using the same library versions as in this repository? Also, please describe exactly what are the problems you're finding. Thanks!
I'm not saying it's not better to use it, but I need to comment the code to indicate from which version of [Hibernate / Spring Boot / other libraries] the...
Hi, Did you add any further changes to the code or are you using the repository as-is? That error usually happens when the service registry can't register itself. The properties...
Thanks for your interest in the book! There is a new edition of the new book with regular upgrades available on GitHub and my blog as free additional chapters. Check...
Good catch! It's an error in Listing 3.8 in the book. I checked the future references to that class and they're sync'ed with the book, so it only happens here....