Sean Glover
Sean Glover
https://travis-ci.org/akka/alpakka-kafka/jobs/615297999#L468
Still happening with increased timefactor https://travis-ci.org/akka/alpakka-kafka/jobs/625749137#L476
https://travis-ci.org/akka/alpakka-kafka/jobs/640314579#L465
Hopefully resolved with #1048
Observed a timeout with this test again, at a new point. ``` [info] java.lang.AssertionError: assertion failed: timeout (100 seconds) during expectMsg while waiting for OnNext(1) [info] at scala.Predef$.assert(Predef.scala:170) [info] at...
https://travis-ci.org/github/akka/alpakka-kafka/jobs/720689643#L464
@gabrielreid `Producer.committableSink` was recently modified under the hood to use the new `CommittingProducerSinkStage` which optimizes the produce and committing logic. If you want back-pressure on offset commits you can still...
Thanks for raising the issue. What exception is raised when the seek fails? I think it would be acceptable to log a warning for such failures and carry on. Do...
FYI I have no plans to upgrade Akka to releases under Lightbend's new license, but I understand the concern. Replacing Akka would be a huge effort so I have hopes...
I agree with @ennru that this issue is of a larger scope than just Alpakka Kafka (it's a Kafka producing corner case), but a PR to add it to the...