ali-sdk / ali-ons

Aliyun Open Notification Service Client
MIT License
151 stars 43 forks source link

[Feature Request] support transaction message #69

Open zbydown opened 5 years ago

zbydown commented 5 years ago

refer to: https://help.aliyun.com/document_detail/43348.html

zbydown commented 5 years ago

support transaction message(事务消息) I'm working on it

zbydown commented 5 years ago

https://github.com/ali-sdk/ali-ons/tree/transaction-message

daxingplay commented 5 years ago

https://github.com/ali-sdk/ali-ons/tree/transaction-message

Thanks for your work. When will you merge this into master and publish a new version?

zbydown commented 5 years ago

https://github.com/ali-sdk/ali-ons/tree/transaction-message

Thanks for your work. When will you merge this into master and publish a new version?

I need to discuss with the owner and merge order-message first.

This branch has a breaking change - use offsetMsgId instead of msgId as broker-generated message id when using send function, which may affect old online services. We need to discuss and review it carefully before merging into release version.

daxingplay commented 5 years ago

https://github.com/ali-sdk/ali-ons/tree/transaction-message

Thanks for your work. When will you merge this into master and publish a new version?

I need to discuss with the owner and merge order-message first.

This branch has a breaking change - use offsetMsgId instead of msgId as broker-generated message id when using send function, which may affect old online services. We need to discuss and review it carefully before merging into release version.

Thanks, I'm really looking forward to it.

zachcr-ws commented 3 years ago

Hey @zbydown , Just want to use transaction message in RocketMQ, really looking forward we can merge this branch into master so that we can use transaction message in ali-ons.

Could you share the plan? Thanks a lot!