apache / pekko-management

Apache Pekko Management is a suite of tools for operating Pekko Clusters.
https://pekko.apache.org/
Apache License 2.0
22 stars 14 forks source link

investigate integration-test/marathon-api-docker/build.sbt #28

Open pjfanning opened 1 year ago

pjfanning commented 1 year ago
nvollmar commented 1 year ago

Checking the Readme, the following projects are/were not maintained by Lightbend and were left to the community:

akka-discovery-marathon-api akka-discovery-aws-api akka-discovery-aws-api-async akka-discovery-consul

We might want to discuss how to go forward with them: Drop them, leave them as is or start maintaining them?

mdedetrich commented 1 year ago

I would say if we get the tests running and they pass I don't see a reason to drop them. The distinction between "leave them" and "maintaining them" doesn't seem to really exist now, I think that everything is implicitly by definition maintained unless we decide to remove them (Pekko is a community project by definition from ASF)

mdedetrich commented 1 year ago

On a similar note we should also update the README at https://github.com/apache/incubator-pekko-management#project-status (everything at Pekko is "community", this language is only relevant when it was at Lightbend).

nvollmar commented 1 year ago

The marathon integration test projects don't contain any testing code and look more like sample implementations. The aws integration test project has some sbt project that is missing dependencies to even be loaded.

I'd reword the README to mark them as experimental (at best) and see if there is even interest in them => #34