Answer the question
In order to leave comments, you need to log in
What is the best way to organize an image processing microservice?
Good afternoon!
There is a set of several services, say A, B, C, each of which does not use pictures in their own business logic, but they are used there for illustrative purposes. A vivid example of this is the user's avatar in the service responsible for the user profile. All three services are supposed to have an API for working with them. In addition, each service imposes its own restrictions on the required image sizes.
From the point of view of the client of these services, the most convenient way to upload an image would be like
POST /resourceA(B,C)/id/images
Content-Type: image/jpeg
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question