-
Notifications
You must be signed in to change notification settings - Fork 152
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
请问代码中是怎么解决消息队列冥等的问题的啊 #14
Comments
@uestctang 目前的撮合逻辑是 |
消息队列的幂等应该由rabbitmq解决, |
撮合引擎收到消息后,应该是从RabbitMQ中取出对应订单做撮合成交处理吧? 另外请问有整个项目的架构图吗?可以分享一下吗? |
你好,这个项目你跑起来了吗??能加个微信咨询一下吗?? |
@dongfengyuli 代码可用,有问题可以发我邮件 leon.zcf@gmail.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下单后通过消息队列发送到撮合,撮合是怎么判断这个订单有没有处理过
The text was updated successfully, but these errors were encountered: