You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few benefits when running the ZMQ adaptor into a separate container :
the apigateway container is smaller and it doesn't have to monitor an extra process
it's easier to update the implementation of the existing adaptor;
it allows other adaptors to be implemented; if we want to try a ZMQ adaptor using Go bindings we don't have to struggle which one makes it into the GW container
The text was updated successfully, but these errors were encountered:
* Add socket monitoring support
* Add support for more ZMQ events
* Prefix text messages with timestamp
* Ignore IDE files
* Disable stdout & stderr buffering; replace printf with fprintf
* Address code review comments
There are a few benefits when running the ZMQ adaptor into a separate container :
The text was updated successfully, but these errors were encountered: