I’m trying to solve the same problem outlined in this question. The framework setup docs in 5.2 only show setting up a Configuration object and creating a Container with it. Is it possible to setup a Container with multiple Configuration objects? Syntactically that’s not exactly the same as the “Connect to multiple databases” link you suggested before. A more specific example could be very useful
@solnic what would be the correct approach to read from one Configuration and write to another in the same process? Particularly in the case where, e.g. one is using HTTP and another SQL?
@pmackay wait, it is possible to configure multiple gateways in a single container. Sorry but I feel like I’m missing something here. What’s the actual problem? You can pass in multiple configuration options to establish a multi-gateway container via ROM::Configuration.new - configuration is not per gateway, it’s per container. A single configuration object can set up more than one gateway. Maybe that’s the part you’ve missed?