Brilliant!!! Not having looked at it in detail yet, I think the "beans" endpoint is going to be super-helpful. Thanks for this.
@MattRodriguez-h7j25 күн бұрын
Awesome as usual
@joachimdietl6737 Жыл бұрын
Hey Dan, your videos are very nice, keep up the good work!
@kaly7dev4873 Жыл бұрын
Thank you for your sharing Dan
@JamesStansell Жыл бұрын
Sadly, I have an application in production currently with the Actuator functionality impaired due to a misconfiguration that only affected it. I found a related issue in Github. It happened by adding a custom jackson2Mapper bean without the jsr-310 configuration that /actuator/info depends on. The easiest way to resolve this case was to remove the custom bean and add a non_null property to tell boot about the extra config that we need when it creates the standard bean that actuator expects. Our next release is this weekend and the fix for this problem is included :)
@adityamparikh Жыл бұрын
Great video! Please do a deep dive into the health endpoint.
@DanVega Жыл бұрын
I don't know much more about the health endpoint. What are you interested in hearing about?
@adityamparikh Жыл бұрын
@@DanVega Writing own and customizing health indicators. My service is up if service it depends on is up, but if the cache is down, it may not be that critical. Being able to tell the health of a data source when using multi-tenancy using AbstractRoutingDataSource.
@api-pro Жыл бұрын
Can you deal with security related to actuator in future videos?
@mariankurtov7003 Жыл бұрын
Great explanation🚀
@raccoon8230 Жыл бұрын
Thank you, sir!
@tomaszw6449 Жыл бұрын
Very interesting episode :)
@cbmeeks Жыл бұрын
One of the first dependencies I choose is Lombok. :-)
@rsr.Dheeraj Жыл бұрын
Devtools too
@VerhoevenSimon Жыл бұрын
Indeed a great starter.
@aakerdev Жыл бұрын
Great introduction!!
@manikandan02710 ай бұрын
Very Nice, Excellent explanation
@FilipCodes Жыл бұрын
Extremly useful and interesting as usual. Thanks ❤
@gasparcalix2095 Жыл бұрын
Lovely!!! Super agradecido!
@jesper2455 Жыл бұрын
How are the endpoints used in prod? Do devs call them using something like Postman, do people make dashboards, or something else?
@JamesStansell Жыл бұрын
Likely a variety of ways? My apps currently deploy to TAS (Tanzu application service) where the endpoints are secured by the cloud foundry oauth token.
@CarlosFlinston2 ай бұрын
What tool you use to click those paths like that
@SaurabhSingh-q4v Жыл бұрын
Happy coding !!
@abdelabdelboufbouf6 ай бұрын
is it normal that when i refresh my encoded properties it always get refreshed and shown in my return even if i didn't change them, for example my propertie is user.mdp=ENC(....) this always get returned in actuator refresh even if it didn't get changed
@Anbu_Sampath Жыл бұрын
I thought its spring-boot-starter-test
@jopadjr Жыл бұрын
129th...Thanks Dan
@emmanuelU17 Жыл бұрын
*PAUSE THE VIDEO* I am guessing dev tools
@LukeGJPotter5 ай бұрын
Danny, buddy, old pal, I've watched lots of your videos. You never include the Actuator. Soucj for it being the Number One thing you include. 😂😂😂