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

workflow 如何支持 fast-dds? #1582

Open
jerry-xie-000 opened this issue Jun 24, 2024 · 1 comment
Open

workflow 如何支持 fast-dds? #1582

jerry-xie-000 opened this issue Jun 24, 2024 · 1 comment

Comments

@jerry-xie-000
Copy link

No description provided.

@Barenboim
Copy link
Contributor

如果你说的是使用第三方的异步client,那么可以用WFCounterTask的方式组合成一个workflow的任务,这个在计数器的文档里有介绍:
https://github.com/sogou/workflow/blob/master/docs/about-counter.md#server%E4%B8%8E%E5%85%B6%E5%AE%83%E5%BC%82%E6%AD%A5%E5%BC%95%E6%93%8E%E7%BB%93%E5%90%88%E4%BD%BF%E7%94%A8
如果要实现一个第三方协议,就需要根据协议内容来实现了。workflow默认的通信器,比较容易实现那种连接上一来一回的协议。而且因为我们对复合任务的支持,所以可以很好的支持像kafka这样的分布式任务。

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