-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
[RIP-37] New and unified APIs #3973
Comments
@aaron-ai Some optimized suggestion about api-module, please take a look.
Describe in Chinese您好,关于 api-module 有些建议请评估是否采纳:
|
Thanks for your suggestion, here is my opinion:
|
Thanks for your reply, there is already a pr for these suggestion #4134. If some work is already done, please ignored #4134.
Return
If Describe in Chinese感谢回复,针对这些建议当前已经有了一个pr、见#4134,如果有相关的代码已经实现或者正在进行中则请忽略该PR。
返回
如果 |
Could you provide an example to add callback or convert Future<SendReceipt> sendAsync(Message message); About the |
Not convert Describe in Chinese并非将 public interface Producer {
......
Future<SendReceipt> sendAsync(Message message);
}
public class DefaultProducer {
......
CompletableFuture<SendReceipt> sendAsync(Message message){
// 具体的实现,其逻辑的确依赖 CompletableFuture
......
}
} |
Actually we considered about |
This issue aims to track the RIP-37, which try to unify a universal APIs spec for RocketMQ.
What can we benefit from this RIP?
or you can view more details from the docs link: https://shimo.im/docs/m5kv92OeRRU8olqX
The text was updated successfully, but these errors were encountered: