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

[Enhancement] Add a config to determine whether pop response should return the actual retry topic or tamper with the original topic #7029

Closed
1 task done
RongtongJin opened this issue Jul 17, 2023 · 0 comments · Fixed by #7030

Comments

@RongtongJin
Copy link
Contributor

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

Add a config to determine whether pop response should return the actual retry topic or tamper with the original topic

Motivation

In #5568, the pop retry topic was directly changed to the origin topic on the broker (which was originally done on the client side), resulting in incompatibility for old versions using the remoting protocol to pop retry consumption.

I propose to add a config that can return the actual retry topic, thus making it compatible with older client versions.

Describe the Solution You'd Like

Add a config to determine whether pop response should return the actual retry topic or tamper with the original topic

Describe Alternatives You've Considered

No

Additional Context

No response

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