generated from redhat-scholars/courseware-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major tutorial upgrade to DBZ 2.6.0.Final (#1)
* dbz 2.6 upgrade and zookeeper removal for dbz ui example * dbz 2.6 upgrade and zookeeper removal for kafka connect example * dbz 2.6 upgrade and zookeeper removal for dbz server example * update all images from 2.6 to 2.6.0.Final after availability on quay * small fixes for dbz-ui example doc
- Loading branch information
Showing
10 changed files
with
370 additions
and
269 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
apps/infra/elementary/dbz-server/config/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Quarkus settings | ||
|
||
quarkus.log.console.json=false | ||
|
||
# Debezium Server settings | ||
debezium.format.key=json | ||
debezium.format.value=json | ||
|
||
# Debezium Server source settings for postgreSQL | ||
|
||
debezium.source.connector.class=io.debezium.connector.postgresql.PostgresConnector | ||
debezium.source.offset.storage.file.filename=/debezium/data/offsets.dat | ||
debezium.source.offset.flush.interval.ms=0 | ||
debezium.source.database.hostname=postgres | ||
debezium.source.database.port=5432 | ||
debezium.source.database.user=postgres | ||
debezium.source.database.password=postgres | ||
debezium.source.database.dbname=postgres | ||
debezium.source.topic.prefix=dbzserver | ||
debezium.source.schema.include.list=inventory | ||
debezium.source.table.include.list=inventory.customers | ||
debezium.source.slot.name=dbzserver123 | ||
|
||
# Debezium Server sink settings for an HTTP endpoint/service | ||
# use your individual http url show in your webhook.site browser tab | ||
|
||
debezium.sink.type=http | ||
debezium.sink.http.url=https://webhook.site/<YOUR_INDIVIDUAL_UUID_HERE> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+344 KB
(340%)
documentation/modules/ROOT/assets/images/http-sink-cdc-event-delete-payload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+332 KB
(350%)
documentation/modules/ROOT/assets/images/http-sink-cdc-event-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+360 KB
(350%)
documentation/modules/ROOT/assets/images/http-sink-cdc-event-update-payload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+341 KB
(290%)
documentation/modules/ROOT/assets/images/http-sink-cdc-events-after-restart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
179 changes: 87 additions & 92 deletions
179
documentation/modules/ROOT/pages/20-dbz-kafka-connect.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters