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

[Improve][DataProxy] Adjust default Topic settings from Source to Sink #8252

Closed
2 tasks done
gosonzhang opened this issue Jun 15, 2023 · 0 comments · Fixed by #8259
Closed
2 tasks done

[Improve][DataProxy] Adjust default Topic settings from Source to Sink #8252

gosonzhang opened this issue Jun 15, 2023 · 0 comments · Fixed by #8259

Comments

@gosonzhang
Copy link
Contributor

Description

Current implementation: When the configured Topic cannot be found by groupId/streamId, the current implementation will select the default Topic on the Source side and forward it to the Sink side; after the Sink side receives the message, it will search for the Topic to be delivered according to the groupId/streamId again, if not If it exists, reject or discard the message

Which needs to be adjusted: when the configured topic cannot be found in the groupId/streamId, the Source side passes the default Topic backward, and the Sink side still needs to obtain the default Topic again when the configured Topic cannot be found in the groupId/streamId. There are repeated operations; adjust them to be performed only on the Sink side, which facilitates the unification of Topic selection logic.

InLong Component

InLong DataProxy

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant