WebConsole configuration wizard doesn't properly handle multiple RDBMS

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

WebConsole configuration wizard doesn't properly handle multiple RDBMS

dmagda
Alex K, Andrey N,

Imagine a use case when cache_A needs to persist data in database_A while cache_B has to be connected with database_B as a part of a single application.

WebConsole allows importing a schema from both databases but:
        • in a final Spring XML configuration there will be only one data source bean defined.
        • both cache_A and cache_B will use the data source of a database that was used last for the schema importing.

More details here:
https://issues.apache.org/jira/browse/IGNITE-5303

How difficult is to improve the configuration wizard to support the use case?


Denis