Open ennru opened 5 years ago
we got this error with committablePartitionedSource
.
any progress on it?
I'm trying to understand how this can be a 15s timeout https://travis-ci.org/akka/alpakka-kafka/jobs/625654499#L979-L982 So it must be that the actor is already terminated when the commit is sent.
It is indeed that the first consumer actor is terminated before the commit message is sent to it. This is the scenario where it is important to have a stop-timeout
which is large enough to keep the actor around after downstream completed.
Hopefully, this is resolved in #1007, but I'll keep the issue open for the time being.
...must merge multiple consumers` offsets for different partitions (#942)