Y
Hacker News
new
|
ask
|
show
|
jobs
by
okr
1272 days ago
How would you design a microservice, that does not depend on another?
2 comments
tangjurine
1272 days ago
Microservice 1 <-> on call engineer copy pasting <-> Microservice 2
link
williamcotton
1272 days ago
Send a JSON package with some HTML and dimensions, get back a JSON package with links to that HTML rendered as JPEGs at the requested dimensions.
link
sseagull
1272 days ago
At some point you are going to have another service that uses this HTML->JPEG service though. That would be a dependency, at least in my view (ie, if the HTML->JPEG service goes down, something else will break).
Or are all microservices user facing?
link