You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/07 00:29:52 UTC

[GitHub] [hudi] wangxianghu commented on a change in pull request #3422: [HUDI-2284] Move HoodieDeltaStreamerException to hudi-utilities

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

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