Debezium Connector: Filtering Specific Tables and Preventing Schema History for All Tables

I’m using the Debezium connector to monitor only a specific table (dbo.test_Cdc), but the connector is sending schema information for all tables in the database to Kafka. Despite my configuration settings, this results in the schema for the entire database being fetched instead of just the specific table, causing the connector to crash. Additionally, the connector doesn’t work without adding the schema.history.internal.kafka.topic parameter.