Stan Domeshok
Results
2
issues of
Stan Domeshok
We are using the consumer with `eachMessage` and our processing semantics assume that we can throw from anywhere in our handler with the assumption that the message will just replay....
A test-suite that is found in a `class` rather than an `object` is silently ignored by the test-runner. This is a fairly simple beginner mistake to make. ``` class MainTest...