-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The gateway has a registry where it gets configuration information for each request. For example, the Service being invoked and the Contract being used are pulled from the registry. The API for the gateway registry is synchronous, because the current implementations are synchronous.
However, it would be more fitting if this API were asynchronous, so that delays in getting information from the registry do not lock up threads on async platforms like vert.x.