krasserm / streamz

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel
Apache License 2.0
282 stars 44 forks source link

#56: Add Typesafe Config to allow override of default timeout value #57

Closed justwrote closed 6 years ago

justwrote commented 6 years ago

As offered here is a PR for #56 using the Typesafe Config. The reference.conf provides the default timeout value of 500ms which can be overridden by the users application.conf. The config is placed in StreamContext. There should be no braking changes.

justwrote commented 6 years ago

Updated my previous commit with the requested changes.

krasserm commented 6 years ago

Thank you @justwrote for your contribution. Cheers!

justwrote commented 6 years ago

You are welcome!