wangxianghu commented on a change in pull request #3422:
URL: https://github.com/apache/hudi/pull/3422#discussion_r684558355



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/KafkaOffsetGen.java
##########
@@ -214,7 +213,7 @@ public KafkaOffsetGen(TypedProperties props) {
       }
     }
     if (!found) {
-      throw new HoodieDeltaStreamerException(Config.KAFKA_AUTO_OFFSET_RESET + 
" config set to unknown value " + kafkaAutoResetOffsetsStr);
+      throw new HoodieException(Config.KAFKA_AUTO_OFFSET_RESET + " config set 
to unknown value " + kafkaAutoResetOffsetsStr);

Review comment:
       we should leave this untouched




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