wolfboys commented on code in PR #1922:
URL:
https://github.com/apache/incubator-streampark/pull/1922#discussion_r1008189898
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationServiceImpl.java:
##########
@@ -595,6 +595,7 @@ public boolean create(Application appParam) {
appParam.setLaunch(LaunchState.NEED_LAUNCH.get());
appParam.setOptionState(OptionState.NONE.getValue());
appParam.setCreateTime(new Date());
+ appParam.setDefaultModeIngress(settingService.getIngressModeDefault());
Review Comment:
If the user does not set `IngressModeDefault`, then set a null here, will an
exception occur?
--
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]