Re: Restore from checkpoint

2024-05-20 Thread archzi lu
Hi Phil, correction: But the error you have is a familiar error if you have written some code to handle directory path. --> But the error you have is a familiar error if you have written some code to handle directory path with Java. No offence. Best regards. Jiadong. Lu Jiadong Lu

Re: Elasticsearch Sink 1.17.2 error message

2024-01-28 Thread archzi lu
Hi Tauseef, This error is because your Class com.hds.alta.pipeline.model.TopologyDTO cannot be serialized by ES xcontent util. The following solutions may fix it. 1. convert your TopologyDTO class data to a Map, and avoid using some custom Class that cannot be serialized by ES. or 2. make your