Ignasi Marimon-Clos
Ignasi Marimon-Clos
I think falling back to `PlayServiceCall` is a last resort and not the default use case for Lagom. I think `PlayServiceCall` usually points to a smell where Lagom is being...
> I see at least intercepting the body and logging it as a good use case, at least for debugging purpose, right? I think that's a use case that's not...
Hmm, I see. BTW: I think that can be achieve using logs setup alone. See https://github.com/lagom/lagom/issues/409 (but we digressed)
For the record: there is now a lagom-recipe demonstrating how to handle [File Upload](https://github.com/lagom/lagom-recipes/tree/master/file-upload/file-upload-scala-sbt) side-band in a Lagom service. The approach is slightly different to that suggested by @guizmaii [above](https://github.com/lagom/lagom/issues/1078#issuecomment-360407134)....
@steinybot does excluding the `testkit` dependency help? I think there shouldn't be any issue excluding the testkit dep. 🤔
hi @bassmake, I've been giving it some thought and I think we should be careful adding overloads in `TopicProducer`. At first it was my preferred choice but as I was...
I think this is also similar to https://github.com/lagom/lagom/issues/1375 (currently PR'd in https://github.com/lagom/lagom/pull/1398)
> Do you have any preference as to which branch this should be done in? Usually prefer to develop on `master` and backport rather than the opposite. Thanks for the...
I don't see how this issue is related to Lagom. PS: hi @DavidPerezIngeniero, long time no see.
> @octonato sorry to bother -- any suggestions? I don't have a lot of experience with binary compatibility. while all the changes remain on testkit API breaking compatibility is not...