Replies: 1 comment 1 reply
-
I think leaving this out of your configuration and using the defaults is a great start. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For I/O-bound tasks for our usecase such as pulling data from HDFS / s3 and uploading to s3 file system how to set dipatcher. Doc says the number below
How we decide on the numbers (May be on some load tests) can we go ahead with default:
implicit val ec: ExecutionContext = system.dispatcher
Beta Was this translation helpful? Give feedback.
All reactions