Ignasi Marimon-Clos

Results 261 comments of Ignasi Marimon-Clos

Hi @lmlynik that warn appears when Kafka server can't be reached. There's two scenarios there: Kafka takes time to start (the message you posted appears few times and then disappears)...

Thanks @marykomar. @neverfox, @marykomar, @lmlynik the Kafka server used in Development mode is actually a separate process started from `sbt` that will run zookeeper and kafka. You can see on...

This is related to http://stackoverflow.com/questions/42675442/lagoms-embedded-kafka-fails-to-start-after-killing-lagom-process-once

Hmmm, this is interesting. It looks like the TestDriver doesn't capture the exceptions when `thrown` (instead of `ctx.failed`) and so the exception is not serialized/deserialized. That would explain why tests...

> Should we raise an issue in lagom/lagom about this? I'd like a double-check with this set of tests to make sure my suspicion is correct. We can raise the...

> Is this the same issue? lagom/lagom#783 It's not the same issue. lagom/lagom#783 is about return types in a `scaladsl` service call while this is about serialization checks of arguments,...

There's an issue now: https://github.com/lagom/lagom/issues/1279

At @TimMoore pointed out, moving features from `online-auction` (or other sample apps) into lagom `core` is not a very clear process and we don't have a clear decision process to...

Also: ```scala ./item-impl/src/main/java/com/example/auction/item/impl/CassandraReadSideUtils.java:11: ./tools/src/main/java/com/example/core/CompletionStageUtils.java:14: ``` these two files were originally _one_ file used by several classes. One such class was promoted into Lagom via `tools/` and that forced me to...

Even if the project is named `tools` I think packages should be as specific as possible (and preferably avoid the `tools` naming altogether). I think an option is to use...