Skip to content
Snippets Groups Projects

refactor: Add ConnectionFactory to EdOperation && remove PooledConnectionFactory…

Merged Erdem A Memisyazici requested to merge (removed):connectionfactory-by-interface into master

Hey Daniel,

What do you think about this change? It's simple and allows for EdServiceTemplate to be more extensible.

What's new?

  • EdOperation includes ConnectionFactory
    • DirectoryType and DirectoryEnv may not necessarily indicate where connections are coming from
  • EdServiceTemplate can be extended using non-pooling connection factories.

Merge request reports

Loading