Skip to content

Fix property based destination resolver

Rustam Lotsmanenko (EPAM) requested to merge fix-property-based-resolver into main

Description:

  • Fixed property destination resolver, which is used in the Partition service. Spring-jdbc import replaced with Hikari.
  • Added Spring property configuration for Assembling Postgresql connection, "property" and "partition" options. "property" will use a single instance of PostgreSQL configured via the environment, and "partition" will use Partition service, tenant-centric configuration.
  • Tests are refactored, mock class is used instead of real integration with Partition.

Related issue: https://gitlab.opengroup.org/osdu/pmc/community-implementation/-/issues/27

Edited by Rustam Lotsmanenko (EPAM)

Merge request reports