Sean Glover

Results 258 comments of Sean Glover

Got it. Yes, I would expect the completion signal to be emitted by the `Slick.source` and the stream to shutdown when all elements have successfully traversed. Your stream may be...

Hi @politrons. This is a common issue with the basic Kafka consumer (and as a result, Alpakka Kafka). Since deserialization occurs within the KafkaConsumer itself an exception is thrown in...

Supervision to resume (i.e. skip a message) wouldn't help here because Kafka client serdes exceptions are fatal.

That's very strange. Do you observe any issues in your logs? Try enabling DEBUG logging.

Hi @lawrenceong. Are you seeing messages be processed out of sequence or are you reprocessing some messages (i.e. duplicate messages?) Also, commit refreshing is disabled by default since it's been...

https://travis-ci.org/github/akka/alpakka-kafka/jobs/699377074#L495

https://travis-ci.org/github/akka/alpakka-kafka/jobs/705758567#L504

My first idea here would have been to enable idempotence on the producer that produces the grouped messages to `topic-2`, but if dupes were generated by this producer then I...

https://github.com/akka/alpakka-kafka/pull/1366/checks?check_run_id=2514640841#step:6:260