Tim Marcus Moore

Results 106 comments of Tim Marcus Moore
trafficstars

@jeduardocosta only that nobody has had a chance to port it from Online Auction Java yet. Would you be willing to submit a pull request?

I think I've found the problem. GCP enables Role-Based Access Control (aka RBAC) by default in new Kubernetes clusters. This requires configuring roles to allow access to resources within the...

Added an issue for the Akka Management documentation to note that Google Cloud users will need to grant themselves the `cluster-admin` `ClusterRole`: https://github.com/akka/akka-management/issues/199

The `getsockopt: connection refused` message itself only indicates that the service is not running. Of course, there could be many reasons for that. You'll need to look at the logs...

Lagom has no dependency on akka-management. That comes in by way of Lightbend Orchestration, so I think @mitkus is the right one to ask.

@lmlynik Lagom's development environment runs its own Kafka + ZooKeeper services by default, you don't need to run it separately in Docker or otherwise. The internal ones are probably hitting...

If anyone else runs into this problem, it would be helpful if you can provide the Kafka log. You can find it at `target/lagom-dynamic-projects/lagom-internal-meta-project-kafka/target/log4j_output/server.log` upload it to a [gist](https://gist.github.com) and...

Should we raise an issue in lagom/lagom about this?

Is this the same issue? https://github.com/lagom/lagom/issues/783 The creator closed it, but it sounds like he only found a workaround and it is still an actual bug.