healchow commented on code in PR #8301:
URL: https://github.com/apache/inlong/pull/8301#discussion_r1244731662
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarResourceOperator.java:
##########
@@ -61,6 +64,8 @@ public class PulsarResourceOperator implements
QueueResourceOperator {
*/
public static final String PULSAR_SUBSCRIPTION = "%s_%s_%s_consumer_group";
+ public static final String PULSAR_SUBSCRIPTION_REAL_TIME_REVIEW =
"%s_%s_consumer_group_real_time_review";
Review Comment:
->
```
PULSAR_SUBSCRIPTION_REALTIME_REVIEW = "%s_%s_consumer_group_realtime_review"
```
--
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]