top | item 39923476

(no title)

jimmyechan | 1 year ago

Can you provide examples of 2 services that interact with one another? Do the services call each other, or do clients call a service that then calls another service?

discuss

order

lbhdc|1 year ago

Something we do often is need to fetch metadata from a centralized service for some kind of data before sending the original data + the metadata to an ml inference server. The call to the fetch the metadata and the call to the ml model would both be done over grpc.

The calls originate from both inside the system and connected systems. The internal stuff is batch batch jobs that handle small tasks. The external callers are often other (internal) systems that want to access the data our system produces and rarely to send in commands to do stuff.

bartonfink|1 year ago

This isn't difficult to research on your own.

moomoo11|1 year ago

Why not share knowledge is someone is asking earnestly?