The End of Microservices
lightstep.com
The End of Microservices
1–10 of 154 posts
Re: The End of Microservices
#2Re: The End of Microservices
#3If we can find a way of running a giant monolithic app in development and production environment without vertically scaling our machines, I would rather have that.
Every bug I'm working on is like a mystery that I have to hop to many services to find what's going.
I also think HTTP is the worst protocol for apps to talk to each other.
Re: The End of Microservices
#4[1] https://medium.com/@sinzone/dockercon-2020-a513ed04eefb#.rbz...
Re: The End of Microservices
#5One thing I don't like about SOA is that an error does not have a full stack trace. I know Zipkin exists but it's nowhere close to what we had in a monolithic app where you could just put a breakpoint and trace back to where exactly an error is thrown. If we can find a way of running a giant monolithic app in development and production environment without vertically scaling our machines, I would rather have that. Eve…
Re: The End of Microservices
#6One thing I don't like about SOA is that an error does not have a full stack trace. I know Zipkin exists but it's nowhere close to what we had in a monolithic app where you could just put a breakpoint and trace back to where exactly an error is thrown. If we can find a way of running a giant monolithic app in development and production environment without vertically scaling our machines, I would rather have that. Eve…
Re: The End of Microservices
#7One thing I don't like about SOA is that an error does not have a full stack trace. I know Zipkin exists but it's nowhere close to what we had in a monolithic app where you could just put a breakpoint and trace back to where exactly an error is thrown. If we can find a way of running a giant monolithic app in development and production environment without vertically scaling our machines, I would rather have that. Eve…
http://opentracing.io/
Re: The End of Microservices
#8Re: The End of Microservices
#9Re: The End of Microservices
#10Maybe a more appropriate title could be 'Microservices are the Norm'