mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetSegmentInfoChannel (#10606)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/10610/head
parent
1888b7e1a1
commit
42480da5d3
|
@ -402,6 +402,8 @@ func (c *Client) GetPartitionStatistics(ctx context.Context, req *datapb.GetPart
|
|||
return ret.(*datapb.GetPartitionStatisticsResponse), err
|
||||
}
|
||||
|
||||
// GetSegmentInfoChannel DEPRECATED
|
||||
// legacy api to get SegmentInfo Channel name
|
||||
func (c *Client) GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
|
||||
ret, err := c.recall(func() (interface{}, error) {
|
||||
client, err := c.getGrpcClient()
|
||||
|
|
Loading…
Reference in New Issue