LiJie20190102 commented on code in PR #9287:
URL: https://github.com/apache/inlong/pull/9287#discussion_r1397291137


##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/source/kafka/KafkaSourceRequest.java:
##########
@@ -62,7 +62,7 @@ public class KafkaSourceRequest extends SourceRequest {
     private String timestampMillis;
 
     @ApiModelProperty(value = "The strategy of auto offset reset", notes = 
"including earliest, latest (the default), none")
-    private String autoOffsetReset;
+    private KafkaOffset autoOffsetReset = KafkaOffset.LATEST;

Review Comment:
   Okay, thank you. I see



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