I keep getting the error code 503 all the time when I publish telemetry data to the HTTP protocol adapter of Eclipse Hono:
$ curl -i -u sensor1@DEFAULT_TENANT:hono-secret -H 'Content-Type: application/json' --data-binary '{"temp": 5}' http://hono.eclipse.org:8080/telemetry
HTTP/1.1 503 Service Unavailable
retry-after: 2
content-type: text/plain; charset=utf-8
content-length: 23
temporarily unavailable
What would probably be the reason?