Hi,
We will soon add several (nested) NoSQL configuration settings. Before
we do that, I would like some feedback on the current NoSQL subsystem
code that reads connection settings.
Any major corrections that you can suggest for the NoSQL subsystem code
[1][2]? Especially, the
MongoDriverSubsystemAdd.performBoottime/CassandraDriverSubsystemAdd.performBoottime
methods.
Should we continue to read all of the configuration settings from one
AddStepHandler or should we do that differently (perhaps with separate
AbstractAddStepHandler's)?
Thanks,
Scott
[1]
https://github.com/scottmarlow/wildfly/tree/nosql-dev9/nosql/cassandra/sr...
[2]
https://github.com/scottmarlow/wildfly/tree/nosql-dev9/nosql/mongodb/src/...