Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
StreamsLocalBuilder should look for provider timeout in typesafe config.
Currently the class that creates StreamsLocalBuilder must create a separate configuration map and pass it in to the builder. This is technically unnecessary as the streams runtime has access to the static typesafe config object where this value could be specified, resulting in a more flexible solution.