Skip to content

Commit 23600bd

Browse files
author
mikatong
committed
[feat] support clb topic
1 parent 8cb77d3 commit 23600bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tencentcloud/service_tencentcloud_clb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,7 @@ func (me *ClbService) CreateTopic(ctx context.Context, params map[string]interfa
10721072
}
10731073

10741074
err = resource.Retry(writeRetryTimeout, func() *resource.RetryError {
1075+
ratelimit.Check(request.GetAction())
10751076
resp, ok := me.client.UseClbClient().CreateTopic(request)
10761077
if ok != nil {
10771078
err = ok

tencentcloud/service_tencentcloud_cls.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func (me *ClsService) DescribeTopicsByTopicName(ctx context.Context, topicName s
3737
return
3838
}
3939
clbInstance = response.Response.Topics[0]
40-
log.Printf("[==============clbInstance]: %v", clbInstance)
4140
return
4241
}
4342

0 commit comments

Comments
 (0)