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

与CAP项目的message格式兼容,以实现event在java和dotnet系统之间互通 #4

Open
witskeeper opened this issue Aug 7, 2024 · 0 comments
Milestone

Comments

@witskeeper
Copy link
Member

witskeeper commented Aug 7, 2024

如果能够使得cap4jCAP的message消息格式保持一致,意味着实现javadotnet程序间的无缝对接,为异构系统的兼容性提供支持,帮助更多的团队拓展技术栈。

CAP 项目:
https://github.com/dotnetcore/CAP

https://github.com/dotnetcore/CAP/blob/master/src/DotNetCore.CAP/Messages/TransportMessage.cs

https://github.com/dotnetcore/CAP/blob/master/src/DotNetCore.CAP/Messages/Message.cs

可能的解决方案:

option 1. cap4j发送到MQ的消息格式保持与CAP一致
option 2. 分别提供Java、dotnet版本的消息消费端的消息格式转换组件包

@witskeeper witskeeper added this to the v1.0.0 milestone Aug 7, 2024
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

1 participant