zapov

Results 191 comments of zapov

So what that sounds to me is like we can certainly improve the signature of DslJson's tryFindReader, tryFindWriter and tryFindBinder to pass in more information there (location of the object,...

Are you asking about `tryFindReader` improvement? I would focus on that for now and we can later address the remaining issue. I would add public JsonReader.ReadObject tryFindReader(Type manifest, String attribute,...

Yes, while `tryFindWriter` is relevant for your use case, I think this pattern applies to all 3. I'm mostly trying to confirm that extending the tryFind API in such a...

Hi, DSL-JSON should work fine with high concurrent workloads. There are even few tweaks you can do to avoid thread locals and gain some additional performance. But if you are...

You can find various suggestions in the readme but I doubt that will help you. It sounds like your deserialization takes too long and you have too few CPUs to...

If this is 2 CPU machine I would assume 2-4 threads would be optimal size, after that context switching might be hurting you too much. So I would look into...

As far as I see its not configured: https://github.com/ngs-doo/TemplaterExamples/blob/master/Intermediate/TemplaterJson/src/main/java/hr/ngs/templater/json/TemplaterJson.java#L78 So you can configure it and recompile your version

Eh, it also says just before > To enable navigation expressions, first navigation metadata must be defined While most of the examples are using `:` a lot of customers have...

Some metadata is certainly supported today. We can extend it to others if something is not working as of now, but I would need an example of such template to...

Eh, I think it works like that on some systems, but didn't test on various others. Tnx for the report. I'll look into updating descriptions and mention piping separately from...