cloudflow icon indicating copy to clipboard operation
cloudflow copied to clipboard

don't override properties in reference.conf

Open patriknw opened this issue 5 years ago • 0 comments

core/cloudflow-akka/src/main/resources/reference.conf tries to override some config properties from Alpakka Kafka. That will not (always) work since classpath order is undefined. One library can't override reference.conf properties of another library.

patriknw avatar Jun 23 '20 07:06 patriknw