Skip to content

Releases: zalando/nakadi

r3.3.9-2019-10-31

31 Oct 09:13
81e2128
Compare
Choose a tag to compare
  • Fix kafka circuit breaker to switch to open state multiple times
  • Lightstep integration fixes

r3.3.8-2019-10-23

23 Oct 21:13
96a6967
Compare
Choose a tag to compare

Increase number of partitions for event types

User related operations support in OpenTracing

r3.2.3-2019-10-01

01 Oct 13:11
41fd11a
Compare
Choose a tag to compare

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

14 Aug 11:40
efa3982
Compare
Choose a tag to compare
  1. Fix authorization check on subscriptions and event types even when there is any update made to the resource

r3.2.0-2019-06-27

27 Jun 14:44
8796b12
Compare
Choose a tag to compare
  • 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

25 Jun 13:27
e55cde3
Compare
Choose a tag to compare
  • 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

13 Jun 14:54
5a36c91
Compare
Choose a tag to compare
  • Fixed creation of internal event-types;
  • Added clean-up of lock in Zookeeper when subscription is deleted;

r3.1.12-2019-05-15

15 May 14:51
7e02e81
Compare
Choose a tag to compare

Fix status code for PATCH /subscriptions/<id>/cursors if event type is not part of the subscription.

r3.1.9-2019-04-24

24 Apr 14:55
0df7c9c
Compare
Choose a tag to compare
  • Update libraries impacted by CVEs

r3.1.7-2019-03-05

06 Mar 10:21
b1d65a3
Compare
Choose a tag to compare

Added open-tracing for publishing events.