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

how to use threadpool with latest version disruptor #474

Open
zys864 opened this issue Jul 13, 2024 · 2 comments
Open

how to use threadpool with latest version disruptor #474

zys864 opened this issue Jul 13, 2024 · 2 comments

Comments

@zys864
Copy link

zys864 commented Jul 13, 2024

No description provided.

@isolgpus
Copy link
Collaborator

The support for executors + thread pools has been explicitly dropped.
Looking at an older version

 @deprecated Use a {@link ThreadFactory} instead of an {@link Executor} as a the ThreadFactory
  is able to report errors when it is unable to construct a thread to run a producer.`

I'd recommend migrating to a thread factory.

@swarren12
Copy link
Contributor

@isolgpus is there an example of this in the documentation? If not, could be useful to add it?

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

3 participants