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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]