Open
Description
The runConsumerTest
method is currently synchronous, because all of our code is asynchronous this means we have to use Await.result
here instead of (in our case) ScalaTest's AsyncWordSpec
. It would be better if this method were asynchronous by nature, and both a synchronous and asynchronous API were supported. (e.g. runConsumerTestAsync
).
Metadata
Metadata
Assignees
Labels
No labels