Comments on: Spring Boot Best Practices for Microservices https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 29 Dec 2020 15:24:42 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-974 Tue, 29 Dec 2020 15:24:42 +0000 http://piotrminkowski.com/?p=7514#comment-974 In reply to Lokmane ARKHIS.

Hi,
I have already fixed it. Thanks 🙂

]]>
By: piotr.minkowski https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-973 Tue, 29 Dec 2020 15:19:20 +0000 http://piotrminkowski.com/?p=7514#comment-973 In reply to yenernoyaner.

Hi,
No problem 🙂 I don’t think it has any significant impact on the request processing performance.

]]>
By: yenernoyaner https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-972 Mon, 28 Dec 2020 20:59:22 +0000 http://piotrminkowski.com/?p=7514#comment-972 Thanks for the great tips,
One quick question ;
Does the http.server.request metrics has a cost on performance of request processing?

]]>
By: Iman https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-751 Tue, 18 Aug 2020 12:41:11 +0000 http://piotrminkowski.com/?p=7514#comment-751 Thanks Piotr. pretty useful.

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-748 Tue, 07 Jan 2020 12:30:27 +0000 http://piotrminkowski.com/?p=7514#comment-748 In reply to Denis Demichev.

Hi,
Thanks for your message. Of course, it was a typo. I fixed it

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-747 Tue, 07 Jan 2020 12:13:04 +0000 http://piotrminkowski.com/?p=7514#comment-747 In reply to springlearner.

Well, I don’t have a repository dedicated for this tutorial, since it is rather summary not related to code example. In the article you may find some links to my previous articles, which are related with code examples.

]]>
By: springlearner https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-746 Fri, 03 Jan 2020 11:29:16 +0000 http://piotrminkowski.com/?p=7514#comment-746 Cab you please provide source code repository for this tutorials?

]]>
By: Denis Demichev https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-745 Thu, 02 Jan 2020 17:24:46 +0000 http://piotrminkowski.com/?p=7514#comment-745 Piotr,

Thanks for the article.
Quick question.
Are you absolutely sure that following excerpt will enable and expose actuator metrics:
—-
To enable metrics endpoint we have to set property management.endpoint.shutdown.enabled to true.
—-
To me this looks more like
#Enable metrics endpoint
management.endpoint.metrics.enabled=true
#Expose metrics via HTTP
management.endpoints.web.exposure.include=health,metrics

Talking about 2.2.2.RELEASE version.

Thanks.

]]>
By: Lokmane ARKHIS https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-744 Sat, 14 Dec 2019 11:02:53 +0000 http://piotrminkowski.com/?p=7514#comment-744 Hi Piotr,

A small mistake crept in this sentence “To enable metrics endpoint we have to set property management.endpoint.shutdown.enabled to true.” you would instead mean “To enable metrics endpoint we have to set property management.endpoint.metrics.enabled to true.”

Thanks, it’s an interesting article.

]]>
By: Anoop https://piotrminkowski.com/2019/12/06/spring-boot-best-practices-for-microservices/#comment-742 Sat, 07 Dec 2019 16:32:19 +0000 http://piotrminkowski.com/?p=7514#comment-742 very well written thanks piotr

]]>