You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/07/24 08:37:40 UTC

[GitHub] [inlong] liangyepianzhou commented on pull request #5186: [INLONG-5178][Manager] Optimize Warning info for the Manager module

liangyepianzhou commented on PR #5186:
URL: https://github.com/apache/inlong/pull/5186#issuecomment-1193273042

   The `Builder.Default` is not appended into InlongPulsarInfo.
   Because its method genRequest needs to copy properties. if it adds `@Builder.Default`, the variables will get null.
   
   >     @Override
   >     public InlongPulsarRequest genRequest() {
   >         return CommonBeanUtils.copyProperties(this, InlongPulsarRequest::new);
   >     }
   


-- 
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@inlong.apache.org

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