Skip to content
New issue

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

[Bug][Manager] Fix parse Json exception in manager client #2898

Closed
2 tasks done
kipshi opened this issue Mar 4, 2022 · 0 comments · Fixed by #2899
Closed
2 tasks done

[Bug][Manager] Fix parse Json exception in manager client #2898

kipshi opened this issue Mar 4, 2022 · 0 comments · Fixed by #2899
Assignees
Labels
type/bug Something is wrong
Milestone

Comments

@kipshi
Copy link
Contributor

kipshi commented Mar 4, 2022

What happened

When use manager client to invoke inlong group, some mistakes of json_parsing happens;

What you expected to happen

No exception happens when parse json;

How to reproduce

InlongGroup group = inlongClient.forGroup(groupConf);
InlongStreamConf streamConf = createStreamConf();
InlongStreamBuilder streamBuilder = group.createStream(streamConf);
streamBuilder.sink(createHiveSink());
streamBuilder.fields(createStreamFields());
streamBuilder.source(createMysqlSource());
streamBuilder.initOrUpdate();
// 真正的启动
InlongGroupContext groupInfo = group.init();
System.out.println(groupInfo);

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@kipshi kipshi added the type/bug Something is wrong label Mar 4, 2022
@healchow healchow added this to the 1.1.0 milestone Mar 4, 2022
@healchow healchow changed the title [Bug] Fix parse Json exception in Inlong manager client [Bug][Manager] Fix parse Json exception in manager client Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants