We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when sink params include non-string type, manager return excepetion:
Caused by: com.fasterxml.jackson.databind.JsonMappingException: java.lang.Integer cannot be cast to java.lang.String (through reference chain: org.apache.inlong.common.pojo.sortstandalone.SortClusterResponse["data"]->org.apache.inlong.common.pojo.sortstandalone.SortClusterConfig["sortTasks"]->java.util.ArrayList[0]->org.apache.inlong.common.pojo.sortstandalone.SortTaskConfig["sinkParams"]->java.util.HashMap["instanceId"])
manager return correct params
create a pulsar sink, and start sortstandalone task
No response
master
InLong Manager
The text was updated successfully, but these errors were encountered:
castorqin
Successfully merging a pull request may close this issue.
What happened
when sink params include non-string type, manager return excepetion:
Caused by: com.fasterxml.jackson.databind.JsonMappingException: java.lang.Integer cannot be cast to java.lang.String (through reference chain: org.apache.inlong.common.pojo.sortstandalone.SortClusterResponse["data"]->org.apache.inlong.common.pojo.sortstandalone.SortClusterConfig["sortTasks"]->java.util.ArrayList[0]->org.apache.inlong.common.pojo.sortstandalone.SortTaskConfig["sinkParams"]->java.util.HashMap["instanceId"])
What you expected to happen
manager return correct params
How to reproduce
create a pulsar sink, and start sortstandalone task
Environment
No response
InLong version
master
InLong Component
InLong Manager
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: