Re: How to set the number formatter for json convertor for mongo cdc connector

2024-08-19 Thread Sachin Mittal
This worked!!! Thanks Sachin On Mon, Aug 19, 2024 at 3:06 PM Jiabao Sun wrote: > Hi Sachin, > > It is recommended to use org.bson.Document to convert MongoDB Extended > JSON into Java types, and then perform further field mapping. > > > -

Re: How to set the number formatter for json convertor for mongo cdc connector

2024-08-19 Thread Jiabao Sun
Hi Sachin, It is recommended to use org.bson.Document to convert MongoDB Extended JSON into Java types, and then perform further field mapping. .deserializer(new DebeziumDeserial