In Ververica, there is the possibliity to define a...
# troubleshooting
r
In Ververica, there is the possibliity to define an external persistence for storing metadata:
Copy code
## Platform metadata persistence configuration.
## This section configures how Ververica Platform stores metadata such as Deployments and Namespace information.
persistence:
  type: jdbc
  datasource:
    url: jdbc:postgresql:
Is there something similar in the vanilla version? I read about the JDBCCatalog, but am not sure if it can be defined in the flink configuration
s
we use Hive catalog to store our table DDLS. Maybe this might help (only available form 1.18 up) : https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/catalogs/#catalog-store
r
Thanks. May you have an example of the YAML?