You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The topic name generated by dataproxy is incorrect.
The following is the logic for creating kakfa topic on the manager side:
1.Get streamInfo.mqResource.
2.If streamInfo.mqResource equal to streamId, set topic to groupInfo.mqResource.streamInfo.mqResource
What you expected to happen
The topic name generated by dataproxy is incorrect.
The following is the logic for creating kakfa topic on the manager side:
1.Get streamInfo.mqResource.
2.If streamInfo.mqResource equal to streamId, set topic to groupInfo.mqResource.streamInfo.mqResource
How to reproduce
Set streamInfo.mqResource to rain streamId inconsistent.
Yes, this problem was not discovered before because if streamInfo.mqResource is not set when the stream is created, the manager side will automatically set streamId to streamInfo.mqResource, and in most cases streamId and streamInfo.mqResource` are the same.
What happened
The topic name generated by dataproxy is incorrect.
The following is the logic for creating kakfa topic on the manager side:
1.Get streamInfo.mqResource.
2.If streamInfo.mqResource equal to streamId, set topic to
groupInfo.mqResource.streamInfo.mqResource
What you expected to happen
The topic name generated by dataproxy is incorrect.
The following is the logic for creating kakfa topic on the manager side:
1.Get streamInfo.mqResource.
2.If streamInfo.mqResource equal to streamId, set topic to
groupInfo.mqResource.streamInfo.mqResource
How to reproduce
Set streamInfo.mqResource to rain streamId inconsistent.
Environment
No response
InLong version
master
InLong Component
InLong DataProxy
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: