kipshi opened a new issue #3097:
URL: https://github.com/apache/incubator-inlong/issues/3097
### What happened
ClassCastException throw like this:
java.lang.ClassCastException:
org.apache.inlong.manager.common.pojo.group.InlongGroupMqExtBase cannot be cast
to org.apache.inlong.manager.common.pojo.group.InlongGroupPulsarInfo
at
org.apache.inlong.manager.client.api.util.InlongGroupTransfer.parsePulsarConf(InlongGroupTransfer.java:147)
at
org.apache.inlong.manager.client.api.util.InlongGroupTransfer.parseMqBaseConf(InlongGroupTransfer.java:78)
at
org.apache.inlong.manager.client.api.util.InlongGroupTransfer.parseGroupResponse(InlongGroupTransfer.java:60)
at
org.apache.inlong.manager.client.api.impl.InlongClientImpl.getGroup(InlongClientImpl.java:108)
at
com.tencent.cloud.wedata.di.helper.InLongClientHelper.getInLongGroup(InLongClientHelper.java:228)
at
com.tencent.cloud.wedata.di.service.impl.IntegrationTaskServiceImpl.startTask(IntegrationTaskServiceImpl.java:990)
### What you expected to happen
throw no ClassCastException
### How to reproduce
InlongGroup inlongGroup = inlongClient.getGroup(GROUP_NAME);
InlongGroup group = inlongClient.forGroup(groupConf);
### Environment
_No response_
### InLong version
master
### InLong Component
InLong Manager
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
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]