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

集成disruptor实现事件发布 #763

Open
damingerdai opened this issue Oct 9, 2023 · 0 comments
Open

集成disruptor实现事件发布 #763

damingerdai opened this issue Oct 9, 2023 · 0 comments

Comments

@damingerdai
Copy link
Owner

说明

disruptor is a library that provides a concurrent ring buffer data structure. It is designed to provide a low-latency, high-throughput work queue in asynchronous event processing architectures.

要求

event service 不仅需要支持redis的事件发布,也要支持disruptor。
如果是分布式事件发布就使用redis实现,如果不需要,则使用distruptor就可以了

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