irtiza07 / postgres_debezium_cdc

40 stars 35 forks source link

Docker file is outdated, i have added the new in comment with new property #3

Open aasimali141290 opened 1 year ago

aasimali141290 commented 1 year ago

services: postgres: image: debezium/postgres:15 ports:

corinabioinformatic commented 8 months ago

Hi @aasimali141290 , thanks for updating. I have some questions. Maybe @irtiza07 also can check on this. debezium/connect:1.4 supports avro, but later debezium (after 2.0) does not. it requires a more complex code to setup the maven jar files from confluence in the image. I see those lines are removed from here. but i see avroconnector improves performance. should it really need to be removed from the original code?

corinabioinformatic commented 8 months ago

https://debezium.io/documentation/reference/stable/configuration/avro.html image