Song Gao

Results 39 comments of Song Gao

I'm not familiar with rust, May I try this issue? :)

Currently we reconcile all the components in a sequential way. Parallelizing control-loops is a nice choice. Just one idea: We could dividing current loops into serveral parallelize loops by type...

> Better validate CRD before applying it to the cluster. That's a good idea.

ValidationAdmission is a good idea. ValidationAdmission do help us to reduce the panic before saving in the etcd, we still need to handle the situation when we meet panic in...

It soundslike there are some holes on the bin. Maybe i'll consider it as a new feature in [Nest4J](https://github.com/Yisaer/Nest4J) @cymtech

I hope [this](https://github.com/Yisaer/Nest4J) may help you. @bradodarb

Here is a server-side [example](https://github.com/Yisaer/Nest4J) based on SvgNest . I hope this may help you. Any suggestion will be welcome. @OsciX

Hi @Arun-A-P , here is the code how rotate works. In `Nest4J`, the ploygon rotate arround its center so it's ok to transfer the each polygon x coordinate. https://github.com/Yisaer/Nest4J/blob/80a5fa910a8145ddf1f9af659294007b27864220/src/main/java/com/qunhe/util/nest/util/GeometryUtil.java#L197-L212