How Netflix really uses Java
infoq.com
How Netflix really uses Java
1–10 of 100 posts
Re: How Netflix really uses Java
#2Re: How Netflix really uses Java
#3Re: How Netflix really uses Java
#4That’s some shade.
Re: How Netflix really uses Java
#5always wanted to work on a system that needs hystrix, I haven't needed such strict uptimes just yet.
Re: How Netflix really uses Java
#6Re: How Netflix really uses Java
#7I can imagine that you need to keep track of all these services, along with information about dependencies, code version, API version and others.
Of course, monolithic services also require these this sort of management, but it should be less complex.
Re: How Netflix really uses Java
#8I never worked with micro services, but I have this question. Do micro services require more and better management? I can imagine that you need to keep track of all these services, along with information about dependencies, code version, API version and others. Of course, monolithic services also require these this sort of management, but it should be less complex.
Re: How Netflix really uses Java
#9RX has some interesting ideas, but from a practical standpoint, at companies not netflix, it just doesn't work
Re: How Netflix really uses Java
#10I never worked with micro services, but I have this question. Do micro services require more and better management? I can imagine that you need to keep track of all these services, along with information about dependencies, code version, API version and others. Of course, monolithic services also require these this sort of management, but it should be less complex.
Some companies spend a bunch of engineering time making their monolith easier to manage (Google/Facebook) and some spend it making microservices work (Netflix/Amazon). Neither one is better, just different paths.
Where you get into trouble is trying to go either route without spending the resources to make management better.
> I can imagine that you need to keep track of all these services, along with information about dependencies, code version, API version and others.
This is the software Netflix wrote to do that: