Skip to content

Cannot customize ThreadFactory in GenericScheduledExecutorService #4171

Closed
@ffgiraldez

Description

@ffgiraldez

Some platform like AppEngine have limitations populating threads and have their own mechanism to do it. with last version (1.1.6 at this moment) it's not posible to use rx-java in gae due to don't exist a mechanism to override via RxPlugin or whatever the ThreadFactory in GenericScheduledExecutorService used in ObjectPool.

In 1.0.X version don't exist that class and ObjectPool(1.0.X) use Schedulers.computation().createWorker instead.
Please add some mechanism to pass our custom ThreadFactory into GenericScheduledExecutorService in order to use last version of rx-java in GAE

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions