The dawn of observability across the SDLC has fully disrupted standard performance monitoring and management practices. See why.
Apache Kafka: a streaming engine for collecting, caching, and processing high volumes of data in real time. Explore the essentials now.
Stats
Reputation: | 2436 |
Pageviews: | 4.0M |
Articles: | 47 |
Comments: | 14 |
Comments
Nov 23, 2019 · Dan Newton
My personal use for delegated inheritance is changing the behaviour of an interface from an external library. E.g. `EntityManager` from hibernate, you don't need to worry about the real implementation of the interface. You just retrieve it and change a few functions that are important to you. Everything else on the original interface works as it did before.
Oct 04, 2018 · Sarah Davis
It's just an example. Plus it could still be a valid situation if you just want to queue events to be processed at some point.
Sep 21, 2018 · Mike Gates
Hey,
Yes, you are right. Someone actually pointed this out to me before on my own blog but I never got round to fixing it here.
Spring does not include year and also does not include some of the special characters.
The corrected post can be found here, https://lankydanblog.com/2018/02/04/running-on-time-with-springs-scheduled-tasks/ .
Dan
Aug 22, 2018 · Duncan Brown
Haha good catch, that is just a typo. I remember changing the IDs around to follow my examples but obviously I didn't change those.
Thanks
Dan
Jun 24, 2017 · Sarah Davis
I didn't go into how to store it in a database I just thought it was worth mentioning. I'll have a look at it sometime and maybe write another post on it.
The message retrying in this post is handled by the queue and the database is not needed for that.
May 05, 2017 · Mike Gates
That's seems even worse than what I accidentally wrote. I feel your pain!
May 03, 2017 · Grzegorz Ziemoński
Oops your right!
May 03, 2017 · Grzegorz Ziemoński
Thanks for the nice comments :)
May 02, 2017 · Mike Gates
Yeah was wondering when someone would point that out... Didn't realise I made that mistake till my friend mentioned it to me the other day :(
Apr 28, 2017 · Grzegorz Ziemoński
thanks! :)
Apr 26, 2017 · Grzegorz Ziemoński
Oh ok thanks, I was never very good at binary trees in university, Ill make sure to have another look at them sometime :)
Apr 11, 2017 · Duncan Brown
Maybe i could of done that, although i honestly didn't spend long thinking about the service and repository classes as i just wanted the focus on the post and rest controller.
Apr 07, 2017 · Duncan Brown
I didn't know that, I'll use it from now on.
Jan 27, 2017 · Dan Newton
That is definitely a stupid mistake :(