Hello,
  I have some of my own test cases very similar to the ones
in ProducerFailureHandlingTest.

I moved to the new producer against 0.8.1.1 and all of my test cases around
disconnects fail. Moving to use 0.8.2-beta on server side things succeed.

Here is an example test:
- Healthy producer/server setup
- Stop the server
- Send a message
- Call get on the future and it never returns. Doesn't matter if the server
is started again or remains stopped

So, I believe that while 0.8.2 producer is compatible with 0.8.1.1 in the
happy case, but fails to return futures in cases where disconnects have
occurred.

Is it possible to run the test cases in ProducerFailureHandlingTest.scala
against 0.8.1.1?

Thanks,
Paul

Reply via email to