Schema creation before data ingest?

Hi,

I’m using kafka connect / debezium to implement CDC, and also looking into using schema registry as a source of truth for schemas. I’d like to have these schemas drive a build-time code generation process for a client library (download from schema-registry → process). From what I can tell though, schemas are only created once data is processed, not at the time a connector is registered. Can someone confirm whether or not this is the case? If that’s this is not possible, is there any other way for kafka connect (maybe it’s debezium?) to generate schemas without relying on data / only using the underlying database tables?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.