Forum Discussion
LakhwantSingh
Feb 02, 2024Copper Contributor
Debezium with Event Hubs as sink
Hi, I am doing a POC on CDC using Debezium. There a few ways how this can be done. One of the ways is to use "Debezium Server" where one can define the source and sink properties. I am tr...
priyamjm
Feb 26, 2024Copper Contributor
You need a valid application.properties file.
Debezium Server Docker's default is "/debezium/conf/application.properties" path.
debezium.sink.type=eventhubs
debezium.sink.eventhubs.connectionstring=??
debezium.sink.eventhubs.hubname=??
debezium.sink.eventhubs.maxbatchsize=800000
. . .
Debezium Server Docker's default is "/debezium/conf/application.properties" path.
debezium.sink.type=eventhubs
debezium.sink.eventhubs.connectionstring=??
debezium.sink.eventhubs.hubname=??
debezium.sink.eventhubs.maxbatchsize=800000
. . .