fd4s/fs2-kafka

Allow use of custom ExecutionContexts in v2.x

bplommer opened this issue · 1 comments

As discussed in #583, it would be desirable to add withCustomBlockingContext methods to the xSettings classes in fs2-kafka v2.x to allow users to replace the default blocking execution contexts with custom ones.

Resolved by #590 and #594