This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Releases: zalando/nakadi
Releases · zalando/nakadi
r3.3.9-2019-10-31
- Fix kafka circuit breaker to switch to open state multiple times
- Lightstep integration fixes
r3.3.8-2019-10-23
Increase number of partitions for event types
User related operations support in OpenTracing
r3.2.3-2019-10-01
Allow users to delete their event types, but only if they are admin. This can delete the archiver subscription, but only that one.
r3.2.2-2019-08-09
- Fix authorization check on subscriptions and event types even when there is any update made to the resource
r3.2.0-2019-06-27
- Change the way how nakadi loads configuration of connection to zookeeper
- Change the way how nakadi stores configuration of kafka connection for storage
r3.1.14-2019-06-24
- Decreasing ZK session timeout
Zookeeper session time is set to default 60 seconds, which plays bad for acquiring the lock on instance which is terminated. Basically, the lock is going to be released only in 60 seconds (in reality is 40 seconds, because max zk session timeout is 2 x timeTick which is 2 secs)
r3.1.13-2019-06-13
- Fixed creation of internal event-types;
- Added clean-up of lock in Zookeeper when subscription is deleted;
r3.1.12-2019-05-15
Fix status code for PATCH /subscriptions/<id>/cursors
if event type is not part of the subscription.
r3.1.9-2019-04-24
- Update libraries impacted by CVEs
r3.1.7-2019-03-05
Added open-tracing for publishing events.