Commit Graph

17 Commits

Author SHA1 Message Date
harveyyue
288c93434f DBZ-5585 Remove classloader parameter from JdbcConnection 2022-09-19 17:15:29 +02:00
Vojtech Juranek
acc6be6df3 DBZ-5043 Move TOPIC_PREFIX into CommonConnectorConfig
`TOPIC_PREFIX` is now mandatory to all connectors therefore it make
sense to have it in common config. Beside that, it also makes it more
easy to use it in Debezium UI without any workarounds - if the field is
not member of the given connector config, the field has to be
explicitely added into known fields otherwise is invisible for UI.
2022-09-13 09:25:54 +02:00
Vojtech Juranek
0494a16a79 DBZ-5043 Rename DatabaseHistory to SchemaHistory
Rename also all related classes and varibales.
2022-09-07 12:57:31 +02:00
Vojtech Juranek
0823cedf25 DBZ-5043 Replace database.server.name with topic.prefix 2022-09-07 12:57:31 +02:00
Jiri Pechanec
1e98524a64 DBZ-5229 Fix compilation error 2022-07-12 17:31:19 +02:00
Hossein Torabi
1ea02be9c2 DBZ-5229 define centralized and modular aproach for debezium storage 2022-07-12 17:31:19 +02:00
Jiri Pechanec
9189d2118c DBZ-4860 Use JdbcConfiguration class 2022-03-17 08:04:19 +01:00
Jiri Pechanec
8fd3243a86 DBZ-2224 Test logging based on logback 2022-01-18 11:24:21 +01:00
Chris Cranford
64f030da14 DBZ-4252 Remove unused code 2021-11-06 10:30:39 +01:00
Chris Cranford
3bbad3bcb0 DBZ-3155 Fix Oracle benchmark compilation problem 2021-07-06 10:11:31 -04:00
Chris Cranford
77fba0b8e3 DBZ-3560 Re-enable Oracle LogMiner DML parser benchmarks 2021-05-25 23:00:11 +02:00
Chris Cranford
aafdc07210 DBZ-3560 Fix benchmark test failure 2021-05-25 23:00:11 +02:00
Jiri Pechanec
90dc237610 BZ-3257 Disable microbenchmark code 2021-03-24 10:42:28 +01:00
Chris Cranford
e580b1dfdb DBZ-3078 Fix DmlParser interface changes 2021-02-23 18:31:56 +01:00
Chris Cranford
394ae382cf DBZ-3009 Fix removal of database.schema option 2021-02-23 18:31:56 +01:00
Chris Cranford
5ed242a674 DBZ-3078 Use longer column values 2021-02-19 21:39:27 +01:00
Chris Cranford
25f1eb5776 DBZ-3078 More LogMiner DML parser, Metrics and Benchmark changes
* Consolidated converts to simply OracleValueConverters
* Defined a common interface for legacy and new DML parsers
* Parser failures now through exception rather than skip event
* Added support for "Unsupported Type" in DML parsing (spatial columns)
* Units encoded into JMX metrics names
* Additional JMX metrics added & some metrics calculations improved
* Introduced JMH benchmarks for Oracle LogMiner parser & end-to-end
2021-02-19 21:39:27 +01:00