Sean Glover

Results 258 comments of Sean Glover

Still happening with increased timefactor https://travis-ci.org/akka/alpakka-kafka/jobs/625749137#L476

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...

@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...