nakadi
nakadi copied to clipboard
A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
Internal ticket: 1198
When hash partitioning (and/or log compaction) is used this approach ensures that the order of events is preserved for each key in the face of intermittent publishing errors. For now...
Hello, It would be great if you can elaborate more about the future plans and release cadence, since last official release was done more than one and a half year...
# One-line summary fixed typo: `accross` -> `across` ## Review - [ ] Tests - [ ] Documentation ## Deployment Notes These should highlight any db migrations, feature toggles, etc.
# One-line summary Remove warnings, simplify code > Zalando ticket : ARUHA-XXX (only if appropriate) ## Description A few sentences describing the overall goals of the pull request's commits. I...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Nakadi API has an endpoint for listing event types https://nakadi.io/manual.html#/event-types_get which returns all the event types with all their fields in a single unpaginated list. This includes schema definitions and...
[This](https://nakadi.io/manual.html#how-can-i-keep-track-of-a-position-in-a-stream-) FAQ entry about keeping track of the position in a stream suggests to use an external data store to persist cursors between client restarts, and also says a managed...
Kafka supports resetting consumer offsets by time. It would be great if nakadi also supports it
According to Nakadi's swagger (https://github.com/zalando/nakadi/blob/master/docs/_data/nakadi-event-bus-api.yaml#L2188-L2225), when Nakadi returns an error indicated by the Problem JSON type it should include the `type` field however the type field doesn't exist for a...