-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
2
-
False
-
-
False
-
-
JDBC storage configuration names are not aligned with the others storage module.
Change the naming based on the following
JDBC offset storage current | JDBC offset storage new |
---|---|
offset.storage.jdbc.* offset.storage.jdbc.offset.table.* |
offset.storage.jdbc.connection.* offset.storage.jdbc.table.* |
JDBC schema history storage current | JDBC schema history storage new |
---|---|
schema.history.internal.jdbc.* schema.history.internal.jdbc.schema.history.table.* |
schema.history.internal.jdbc.connection.* schema.history.internal.jdbc.table.* |
Note: This requires also to align the operator JdbcOffsetStore and JdbcSchemaHistoryStore.