Francisco Pereira
Francisco Pereira
Ops, true, forgot about the `[]`. But still got a different error now: ``` [error] /Users/falmp/Projects/falmp-api/app/modules/Container.scala:27: not found: value x$1 [error] bind [FalmpTrait] toProvider injected [FalmpImplementation] [error] ^ [error] three...
Yes, I'm sure. The following code works: ``` bind [ProductSearch] toProvider new ProductSearchElasticsearch(inject [Elasticsearch], inject [MetricRegistry]) ``` As soon as I replace that line with: ``` bind [ProductSearch] toProvider injected...
Yeah, same here. I have Active Offset Cache enabled and sometimes I get this timeout issue, which is only restored after a restart of the service.