You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are migrating our application to sonic which is super fast, and encounter an problem on some scene.
Some of our code using k8s.io/apimachinery/pkg/util/json which backed by sigs.k8s.io/json providing some enhancements like CaseSensitive and PreserveInts. PreserveInts can be replaced by sonic.Config.UseInt64=true
However CaseSensitive has no suitable solution, and i have verified that sonic is case-insensitive.
Can this be implemented?
We are migrating our application to sonic which is super fast, and encounter an problem on some scene.
Some of our code using
k8s.io/apimachinery/pkg/util/json
which backed bysigs.k8s.io/json
providing some enhancements likeCaseSensitive
andPreserveInts
.PreserveInts
can be replaced bysonic.Config.UseInt64=true
However
CaseSensitive
has no suitable solution, and i have verified that sonic is case-insensitive.Can this be implemented?
Test sample
The text was updated successfully, but these errors were encountered: