5 ms·
How are the interfaces between these microservices defined? Without types? Lol
by gruffle 4y ago
How are the interfaces between these microservices defined? Without types? Lol
- ReflectedImage 4y agoThe interfaces do have types (and also proper versioning) but the internal code to the microservices does not.
- gruffle 4y agoThink about that for another second and see if you can spot the obvious huge flaw there.
- ReflectedImage 4y agoI think you will be disappointed with the basic types: int, str, bool being used in one line per 1000 lines of code.