milvus/internal/kv/tikv
yiwangdr 85246c1f5d
enhance: disallow tikv/rawkv usages (#30027)
Data write through rawkv API may pollute tikv data. It should be
disallowed.
We will add this check to all repos that involves metadata access.
In the longer term, we should have a metadata service that implements
access control.

relate: #30029

Signed-off-by: yiwangdr <yiwangdr@gmail.com>
2024-02-06 10:41:41 +08:00
..
main_test.go enhance: disallow tikv/rawkv usages (#30027) 2024-02-06 10:41:41 +08:00
options.go enhance: Make etcd kv request timeout configurable (#28661) 2023-11-23 19:34:23 +08:00
txn_tikv_test.go Add revive sub-lints and fix existing problems (#27495) 2023-10-07 20:53:38 +08:00
txn_tikv.go enhance: Make etcd kv request timeout configurable (#28661) 2023-11-23 19:34:23 +08:00