Commit e79a6be
Wire DebeziumSDFDatabaseHistory default to schema.history.internal
The default schema history implementation was registered under the
pre-Debezium-2.0 key database.history, which Debezium 3.x ignores.
As a result DebeziumSDFDatabaseHistory was unreachable unless users set
schema.history.internal explicitly and historized connectors silently
fell back to KafkaSchemaHistory pointing at localhost:9092. Registering
the default under schema.history.internal makes the Beam native history
implementation the default again as originally intended. Users who set
schema.history.internal themselves are unaffected.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 3331ba5 commit e79a6be
2 files changed
Lines changed: 6 additions & 5 deletions
File tree
- sdks/java/io/debezium/src
- main/java/org/apache/beam/io/debezium
- test/java/org/apache/beam/io/debezium
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
644 | | - | |
| 643 | + | |
| 644 | + | |
645 | 645 | | |
646 | | - | |
| 646 | + | |
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments