Interface QuarkusPersistenceConfiguration


@ConfigMapping(prefix="polaris.persistence") public interface QuarkusPersistenceConfiguration
  • Method Details

    • type

      String type()
      The type of the persistence to use. Must be a registered MetaStoreManagerFactory identifier.
    • autoBootstrapTypes

      @WithDefault("in-memory") Set<String> autoBootstrapTypes()
    • isAutoBootstrap

      default boolean isAutoBootstrap()