|
|
|
|
|
by Nextgrid
2274 days ago
|
|
I would prefer maintaining a "tiny monolith" over a micro service. At least with the monolith you're writing value-delivering business-logic code. From my experience with micro services you spend more time on boilerplate and the whole HTTP/RPC part and the communication with other services than the actual task the service is supposed to be doing. |
|
After the n^th iteration of building an rpc server, such things may be fairly standardised, no?