This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Releases: zalando/nakadi
Releases · zalando/nakadi
v2.6.7
Fixed
- Improved performance of listing subscriptions with their status
v2.6.6
Added
- Allow Nakadi admin set unlimited retention time for event type
v2.6.5
Added
- Detailed log message in case if hake uncommitted timeout happen
v2.6.4
Added
- Add optional status to the /subscriptions endpoint
Fixed
- Fixed commit for subscriptions that use direct assignment of partitions
- Fixed OutOfMemoryError when using huge values for batch_limit and max_uncommitted_events
- Added flushing of collected events when reaching stream_timeout in subscription API
v2.6.3
Fixed
- Do not log a complete stack trace when a user tries to publish to a non-existing event type
v2.6.2
Changed
- Changed the way how nakadi parses events, eliminating the need of json serialization during publish
v2.6.1
Fixed
- Do not log a complete stack trace when a user makes a request for a non-existing subscription
v2.6.0
Added
Allow to select partitions to read from a subscription
v2.5.9
v2.5.7
Changed
- Optimize subscription rebalance with inter-region zookeepers
Fixed
- Server does not implement Problem JSON for auth errors