Debezium SQL Server v2: Best practices for handling Schema Namespace fragmentation across multiple DB shards (SpecificRecord issue)
Summary The Debezium SQL Server v2 connector generates Avro schema namespaces with the database name hardcoded, causing schema fragmentation across multiple DB shards. This leads to issues with SpecificRecord deserialization in Java consumers, forcing a fallback to GenericRecord and losing type safety. Root Cause The root cause of this issue is the default behavior of … Read more