Bill de hÓra
Bill de hÓra
When an offset commit is sent to the server but the stream id sent with it is stale the server returns a general 422 error with no further information a...
When making a request to an upstream authorization server, the API returns 400 instead of indicating an authorization issue. The response structure is also incorrect - the API definition defines...
https://github.com/dehora/nakadi-java/pull/232 changed the behaviour of StreamProcessor to not retry indefinitely. This might be surprising for users who expect 409 (no partition available) to be handled differently, ie always retried such...
The current implementation uses a BufferedReader to split the stream's lines. It should be doable to have an option that streams delimited bytes for callers that want to avoid copies.
From [#116, MUST use semantic versioning](https://github.com/zalando/restful-api-guidelines/blob/815821712a263a1afa0bd8c1e7785a4222b5efbe/chapters/meta-information.adoc?plain=1#L25) > OpenAPI allows to specify the API specification version in #/info/version. This is not what the OAS specification says. From https://spec.openapis.org/oas/latest.html#info-object: > version |...