Tim Marcus Moore
Tim Marcus Moore
Feedback from @coreyauger: In the Kubernetes discovery method, if RBAC hasn't been configured correctly, it logs a warning to check RBAC settings. It would be helpful to include a URL...
This makes it difficult to include the same fragment into pages located in different levels of the directory hierarchy.
If you go to a page such as https://developer.lightbend.com/docs/lightbend-orchestration-kubernetes/latest/kubernetes-deployment.html or https://developer.lightbend.com/docs/akka-management/current/discovery.html and scroll down slowly, you can see that the highlighting in the TOC starts to move down more quickly...
One common use for the inline group directives is to generate links to different versions of the same documentation. For example: ``` @scala[@extref[Blocking Needs Careful Management](akka-docs:scala/dispatchers.html#blocking-needs-careful-management)]@java[@extref[Blocking Needs Careful Management](akka-docs:java/dispatchers.html#blocking-needs-careful-management)] ```...
If this repository is revived in the future for a new edition of "Developing Reactive Microservices", we should take the opportunity to rename the repo to match our new convention...
`AuctionScheduler` is not cluster aware: it will run its scheduled task on all nodes. We should demonstrate use of a [cluster singleton](http://doc.akka.io/docs/akka/2.4/java/cluster-singleton.html) to ensure it only runs on one node....
## Reproduction 1. Start the sample app with a fresh database by running `sbt clean runAll` 2. Create a user and an item 3. Stop the server 4. `sbt test`...
The twdata.org domain isn't controlled by me, or anyone else still involved with the project in any way. It actually appears that the registration has lapsed. Changing the group ID...
Sonatype's [instructions for releasing Maven projects](https://central.sonatype.org/publish/publish-maven/) have changed since this project was configured to do so. In particular: - The [`oss-parent`](https://central.sonatype.org/publish/publish-maven/#deprecated-oss-parent) POM is deprecated - They recommend use of the...
These seem to fail almost always on the first run, but usually pass on a re-run. I suspect a race condition. We might be able to mitigate this by [limiting...