Skip to content

Commit 741bd5a

Browse files
authored
fix topic filter (#2140)
1 parent 71e3353 commit 741bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/service_tencentcloud_trocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (me *TrocketService) DescribeTrocketRocketmqTopicById(ctx context.Context,
9090
request := trocket.NewDescribeTopicListRequest()
9191
request.InstanceId = &instanceId
9292
filter := &trocket.Filter{
93-
Name: helper.String("Topic"),
93+
Name: helper.String("TopicName"),
9494
Values: []*string{&topic},
9595
}
9696
request.Filters = []*trocket.Filter{filter}

0 commit comments

Comments
 (0)