Skip to content
#

rpc-server

Here are 120 public repositories matching this topic...

armeria
ikhoon
ikhoon commented Jan 29, 2021

Currently, the number of threads of a blocking task executor could be configured only by Flags.numCommonBlockingTaskThreads().
If a user who avoid using flags, he or she has to manually copy the factory code.

I think we can add a new builder method to ServerBuilder that takes the number of threads.

public ServerBuilder blockingTaskExecutor(int numThreads) {
    return ...;
}

Improve this page

Add a description, image, and links to the rpc-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rpc-server topic, visit your repo's landing page and select "manage topics."

Learn more