gosonzhang commented on code in PR #5831: URL: https://github.com/apache/inlong/pull/5831#discussion_r965749178
########## inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/http/HttpBaseSource.java: ########## @@ -117,10 +117,7 @@ public void configure(Context context) { topic = context.getString(ConfigConstants.TOPIC); attr = context.getString(ConfigConstants.ATTR); - Configurables.ensureRequiredNonNull(context, ConfigConstants.TOPIC, ConfigConstants.ATTR); Review Comment: @xuesongxs, you're right, and from your reply, you've figured out how it works, thanks! Looking forward to your more contributions!! -- 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...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org