Hi guys me again with another topic,
hope you are all doing well and you can help us with that as well.
When there is a table in a Database that was only created but no records written, the EmbeddedEngine does not return a cdc record (of course). We normally inherit the schema from this cdc records (SourceRecord) in our app and faced now the cold start problem when no records are produced.
Is there somehow a mechanism build in to get a single records that has only the table schema in it but no data? Or is there another way ?
Regards,