eclipse / microprofile-context-propagation

Apache License 2.0
34 stars 23 forks source link

Align with MP Fault Tolerance for MP Config support #120

Closed njr-11 closed 5 years ago

njr-11 commented 5 years ago

It turns out that MicroProfile Fault Tolerance already established a pattern for using MP Config to override annotation values, https://download.eclipse.org/microprofile/microprofile-fault-tolerance-2.0/microprofile-fault-tolerance-spec.html#configuration

We should switch MP Concurrency over to this pattern for consistency.