1. Can embedded Debezium be used with postgres?
2. What is the CDC data format that Debezium embedded connector returns?
3. Do I need to parse the SoureRecord to retrieve all the fields as key value pair?
4. Does Debezium embedded client provide the initial data dump when connected for the first time like the normal connector?
5. Can you provide me a sample config file for postgres? I have it for MySQL but need for postgres
6. How can I set the max.batch.size in postgres? If I set max.batch.size to 1 and offset.flush.interval.ms as 0, does it guarantee each source record exactly once?
Thanks,
Sumit
I'm working towards a solution where I need to move all relational data from postgres to ElasticSearch. I intend to use Debezium as the CDC tool and I have some limitations using Kafka. Thus I'm planning to use Debezium embedded client for this. To start with, I have some questions and I would be great full if you can clarify my doubts -1. Can embedded Debezium be used with postgres?
2. What is the CDC data format that Debezium embedded connector returns?
3. Do I need to parse the SoureRecord to retrieve all the fields as key value pair?
4. Does Debezium embedded client provide the initial data dump when connected for the first time like the normal connector?
5. Can you provide me a sample config file for postgres? I have it for MySQL but need for postgres
6. How can I set the max.batch.size in postgres? If I set max.batch.size to 1 and offset.flush.interval.ms as 0, does it guarantee each source record exactly once?
Thanks,
Sumit