castorqin commented on code in PR #9029:
URL: https://github.com/apache/inlong/pull/9029#discussion_r1349845920
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/cls/ClsResourceOperator.java:
##########
@@ -55,6 +64,9 @@
public class ClsResourceOperator extends
AbstractStandaloneSinkResourceOperator {
private static final Logger LOG =
LoggerFactory.getLogger(ClsResourceOperator.class);
+ private static final String TOPIC_NAME = "topicName";
+ private static final String LOG_SET_ID = "logsetId";
Review Comment:
tencent cloud log service sdk query filters by logsetId
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]