Antoine Rey
Antoine Rey
Hi @dnokov Thank you very much for your analysis and your suggestion. I agree with your approach. I prefer to reuse the `PetFieldsDTO` spec. I've done the exercice on the...
Yes, sure @shobhakamath I'm not sure removing Lombok without adding boilerplate code is possible anywhere. But you could try by submitting small pull request
You're right @bastiat For JPA entities we could not use record but we could generate getters/setters with IDE In this repository, Lombok is also used by `DTO`, `Service` and `Controller`
Hi @odidev. Thank you for the feedback. Could you give us some context about your test? For instance, how to you deploy the microservices and the databases : cloud, docker,...
Hi @odidev The `docker-compose up` command line starts all the microservices on the same machine. I don't think this is a good practice for scalability testing. his means you can't...
Thank you @odidev for your new test. In order to identify the source of the errors, I'll need the logs. Did you keep them? At the same time, although it's...
Hi @hshelly I prefer that you'll work on the `spring-petlinic-cloud` fork. Do you test it on TAS?
Yes @MarianConstantinMarica you're welcome
Thanks @zubcevic for your answer. @hcalebe without any feedback from you, I'll close this issue. Please reopen if needed.
You're right @julioapm Do you want to submit a Merge Request in order to fix this issue?