-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Messages produce: Support TopicRecordNameStrategy & RecordNameStrategy #1361
Comments
relates to ISSUE: #1356 |
@Haarolean I suggest to add this to next release worklog, since this already affected some users in a bad way |
+1 |
very important for us. thanks. |
I would love to contribute to implementing this feature. This is an important feature we're looking forward to. |
Hello folks! Is there any update on this issue? We are eagerly waiting for the feature. |
Is your proposal related to a problem?
Currently when producing message only TopicNameStrategy used to search appropriate subjects. If subject is not found by this strategy message is written as raw text. If user uses TopicRecordNameStrategy or RecordNameStrategy text msg will be written which can break downstream consumption.
Describe the solution you'd like
Implementation
Backend:
Frontend:
--
More details: #3244
The text was updated successfully, but these errors were encountered: