Usecase: I need my all schemas for all tables in sql database to be present in apicurio registry without having any cdc records in cdc tables using Debezium.
Currently, schema is pushed to Apicurio for only those table on which CDC is enabled and if any of their record is updated.
Requirement: Is there any way to push all schemas of all cdc enabled tables to Apicurio without cdc events or without modifying any record of any table?
TIA