We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 REPORT Please add the branch name [Native]/[Master] at the header of the Issue title.
Please describe the issue you observed:
What did you do (The steps to reproduce)? Batch sending messages to multiple topics.
What did you expect to see? Return an error to tell me that there is something wrong with my usage.
What did you see instead? No error returned.All the messages are sent to the first topic.
Please tell us about your environment:
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc): Java client check this logic
The text was updated successfully, but these errors were encountered:
check multiple topics in one batch (apache#744)
aae593e
1b7e7e5
[ISSUE #744] check multiple topics in one batch
613ba90
Co-authored-by: maoruilei3120 <[email protected]>
Successfully merging a pull request may close this issue.
BUG REPORT
Please add the branch name [Native]/[Master] at the header of the Issue title.
Please describe the issue you observed:
What did you do (The steps to reproduce)?
Batch sending messages to multiple topics.
What did you expect to see?
Return an error to tell me that there is something wrong with my usage.
What did you see instead?
No error returned.All the messages are sent to the first topic.
Please tell us about your environment:
v2.1.0
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
Java client check this logic
The text was updated successfully, but these errors were encountered: