DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

Remove API versioning from non-application endpoints #30

Closed flippingbits closed 1 year ago

flippingbits commented 1 year ago

Our application is based on Quarkus and ships health endpoints, which are not maintained by us.

At the moment, we add the /api/$VERSION prefix to all routes, even the ones provided by Quarkus. We should remove this prefix from the health endpoints to minimize the number of code changes that need to be performed when bumping the API version.