You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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就可以了
The text was updated successfully, but these errors were encountered:
说明
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就可以了
The text was updated successfully, but these errors were encountered: