-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
About process a batch of messages #467
Comments
As mentioned in #323 the reason we removed the code in v4 was mostly down to us not using it, making it quite a burden to maintain. There are not really any changes inherent in v4 that make that code incompatible, so with some copy & paste the code could be copied from the Disruptor v3 DSL and into your project with relative ease. |
Yes,copy many classes, classes and fields are not public. ConsumerInfo |
https://github.com/tcmot/Disruptor2 This is a demo, disruptor4.0+WorkerPool. |
In version 4.x, is there a successor to Disruptor::handleEventsWithWorkerPool? Can multiple consumers cooperate to process a batch of messages? (one message will only be processed by one consumer)
The text was updated successfully, but these errors were encountered: