Category: github

How can we use them efficiently?

The first thing that may strike you is that the code is very high level – it just has access to a user_name and some data is returned but there is no mention of REST, no data serialization, caching, or anything that is not involved in the business functionality of returning user details. In Zato, services focus on what they actually need to do and the lower-level details are left to the platform.

It is also possible to say that only the first X kilobytes of a given message is to be stored – some messages may be too large for it to be practical to keep them in their entirety.

Related Articles