gosonzhang commented on code in PR #8285:
URL: https://github.com/apache/inlong/pull/8285#discussion_r1233929362
##########
inlong-common/src/main/java/org/apache/inlong/common/enums/DataProxyMsgEncVer.java:
##########
@@ -15,14 +15,19 @@
* limitations under the License.
*/
-package org.apache.inlong.dataproxy.utils;
+package org.apache.inlong.common.enums;
-public enum InLongMsgVer {
+/**
+ * Enumeration class of encoding format of data output from DataProxy to MQ
+ */
+public enum DataProxyMsgEncVer {
Review Comment:
Yes, you're right.
--
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]