Johannes Rudolph

Results 503 comments of Johannes Rudolph

Isn't the problem only triggered by aborting the connection? In that case, there's no good way to report an error back to the client. I guess the most important thing...

> It's also triggered by closing the request side normally before finishing writing all the bytes you promised in the `Content-length` header (e.g. [raboof/play-reproduce-truncated-request-11194@`main`/Main.scala#L13](https://github.com/raboof/play-reproduce-truncated-request-11194/blob/main/Main.scala#L13)) You mean making use of half-closed...

Had the same error among others but ultimately timed out: https://travis-ci.com/github/lagom/lagom/jobs/353310524

Also failed there but with another error: https://travis-ci.com/github/lagom/lagom/jobs/370408537

We have another report of that can be easily reproduced. Using the shopping cart example and changing the `InventoryServiceImpl` to fail during processing of a topic will lead to the...

It looks like the culprit is the `BackoffSupervisor` in `JavadslKafkaSubscriber` which restarts a Kafka consumer with the same `clientId` before the `stop-timeout` of the Kafka consumer elapsed. The behavior can...

Also create akka/alpakka-kafka#1228 to discuss the need for `stop-timeout` in this and related cases.

https://travis-ci.com/github/lagom/lagom/jobs/361048565

https://travis-ci.com/github/lagom/lagom/jobs/432684764

https://travis-ci.com/github/lagom/lagom/jobs/434074150