milvus/internal/distributed/proxy
jaime 1d06d4324b
fix: Int64 overflow in JSON encoding (#37657)
issue: ##36621

- For simple types in a struct, add "string" to the JSON tag for
automatic string conversion during JSON encoding.
- For complex types in a struct, replace "int64" with "string."

Signed-off-by: jaime <yun.zhang@zilliz.com>
2024-11-14 22:52:30 +08:00
..
client enhance: update shard leader cache when leader location changed (#32470) 2024-05-08 10:05:29 +08:00
httpserver fix: Int64 overflow in JSON encoding (#37657) 2024-11-14 22:52:30 +08:00
listener_manager.go fix: port listen racing in mix or standalone mode (#36442) 2024-09-26 21:23:16 +08:00
service_test.go fix: port listen racing in mix or standalone mode (#36442) 2024-09-26 21:23:16 +08:00
service.go fix: Int64 overflow in JSON encoding (#37657) 2024-11-14 22:52:30 +08:00