[ 
https://issues.apache.org/jira/browse/HUDI-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17381818#comment-17381818
 ] 

ASF GitHub Bot commented on HUDI-1447:
--------------------------------------

liujinhui1994 commented on a change in pull request #2438:
URL: https://github.com/apache/hudi/pull/2438#discussion_r670997475



##########
File path: 
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestKafkaSource.java
##########
@@ -193,7 +193,7 @@ public void testJsonKafkaSourceWithDefaultUpperCap() {
 
     Source jsonSource = new JsonKafkaSource(props, jsc, sparkSession, 
schemaProvider, metrics);
     SourceFormatAdapter kafkaSource = new SourceFormatAdapter(jsonSource);
-    Config.maxEventsFromKafkaSource = 500;
+    //props.setProperty("hoodie.deltastreamer.kafka.source.maxEvents", "500");

Review comment:
       //props.setProperty("hoodie.deltastreamer.kafka.source.maxEvents", 
"500") 
   should not appear here.
   sorry,My Mistake
   




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> DeltaStreamer kafka source supports consuming from specified timestamp
> ----------------------------------------------------------------------
>
>                 Key: HUDI-1447
>                 URL: https://issues.apache.org/jira/browse/HUDI-1447
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: DeltaStreamer
>            Reporter: wangxianghu#1
>            Assignee: liujinhui
>            Priority: Major
>              Labels: pull-request-available, sev:high, user-support-issues
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to