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

Remove sendOneway method from Producer API #22

Closed
vesense opened this issue Mar 19, 2018 · 0 comments
Closed

Remove sendOneway method from Producer API #22

vesense opened this issue Mar 19, 2018 · 0 comments

Comments

@vesense
Copy link

vesense commented Mar 19, 2018

Currently, there are method SendResult send(Message message) for sending messages synchronously and method Future<SendResult> sendAsync(Message message) for sending messages asynchronously.
Also, parameters retry number and acks number could be specified to perform at-most-once semantics.
In this way, I think we can remove the method sendOneway from Producer API.
How about this change?

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

No branches or pull requests

2 participants