aloyszhang commented on code in PR #9805:
URL: https://github.com/apache/inlong/pull/9805#discussion_r1522589537


##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/TaskConstants.java:
##########
@@ -117,6 +117,14 @@ public class TaskConstants extends CommonConstants {
     public static final String JOB_KAFKA_READ_TIMEOUT = 
"job.kafkaJob.read.timeout";
     public static final String TASK_KAFKA_AUTO_COMMIT_OFFSET_RESET = 
"task.kafkaJob.autoOffsetReset";
 
+    // Pulsar task
+    public static final String TASK_PULSAR_TENANT = "task.pulsarTask.tenant";

Review Comment:
   ```suggestion
       public static final String TASK_PULSAR_TENANT = "task.pulsar.tenant";
   ```



-- 
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]

Reply via email to