tet123/debezium-connector-mongodb/src
Thomas Prelle 15887077ff DBZ-2680 Sanitize field name do not santize sub struct field
Their are an issue during the sanitisation to avro on mongodb connector.
The sanitization failed on sub struct like
{​
"_id": "222",
"metrics": {​
"metric::fct":

{​"min": 0, "max": 1 }
​
}
2021-02-17 09:09:00 +01:00
..
main DBZ-2680 Sanitize field name do not santize sub struct field 2021-02-17 09:09:00 +01:00
test DBZ-2680 Sanitize field name do not santize sub struct field 2021-02-17 09:09:00 +01:00