hawkbit
hawkbit copied to clipboard
Eclipse hawkBit™
It would be helpful if we'd provide a `README.md` with configuration and usage instructions for the [hawkbit-update-server](https://github.com/eclipse-hawkbit/hawkbit/tree/master/hawkbit-monolith/hawkbit-update-server) consistent with our other components like for example [hawkbit/hawkbit-repository/hawkbit-repository-jpa-init/README.md](https://github.com/eclipse-hawkbit/hawkbit/blob/master/hawkbit-repository/hawkbit-repository-jpa-init/README.md).
The [`hawkbit` service depends on mysql healthy-ness](https://github.com/eclipse-hawkbit/hawkbit/blob/master/docker/mysql/docker-compose-monolith-mysql.yml#L34-L36) only. The configuration could be improved by making it depend on [`rabbitmq`](https://github.com/eclipse-hawkbit/hawkbit/blob/master/docker/mysql/docker-compose-deps-mysql.yml#L35) as well. Potentially relates to "rabbit" related [Spring Boot application properties](https://docs.spring.io/spring-boot/appendix/application-properties/index.html#appendix.application-properties.data)....
Equivalent to a [RESTful API `/health` endpoint](https://microservices.io/patterns/observability/health-check-api.html) the DMF API could publish the overall, consolidated status of the related DMF server component on a topic (something like `hawkbit-dmf-server-health`) clients could...
https://microservices.io/patterns/observability/health-check-api.html
https://microservices.io/patterns/observability/health-check-api.html
It would be pretty helpful if there would be provided one [OpenAPI spec](https://github.com/OAI/OpenAPI-Specification) as file for every one of the 3 RESTful APIs of hawkbit. This would enable users to...
criticals and highs found in the image : 0.9.0 and 0.8.0
Would it be possible to add a versioned [AsyncAPI](https://github.com/asyncapi) file in this repo for the DMF API? This would avoid the need to generate https://eclipse.dev/hawkbit/apis/dmf_api/ manually and would avoid potential...