healchow commented on code in PR #4970:
URL: https://github.com/apache/inlong/pull/4970#discussion_r927269852
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/StreamSinkServiceImpl.java:
##########
@@ -65,6 +65,8 @@
public class StreamSinkServiceImpl implements StreamSinkService {
private static final Logger LOGGER =
LoggerFactory.getLogger(StreamSinkServiceImpl.class);
+ private static final Integer UPDATE_SUCCESS = 1;
Review Comment:
This constant can extract as a global constant.
--
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]