All Versions
25
Latest Version
Avg Release Cycle
11 days
Latest Release
1997 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2-2019
July 01, 2019 -
v2.1
July 18, 2019 -
v2.1-2019
July 18, 2019 -
v2.0 Changes
June 27, 2019- ๐ Change the way how nakadi loads configuration of connection to zookeeper
- ๐ Change the way how nakadi stores configuration of kafka connection for storage
-
v2.0.-2019 Changes
June 27, 2019- ๐ Change the way how nakadi loads configuration of connection to zookeeper
- ๐ Change the way how nakadi stores configuration of kafka connection for storage
-
v1.14 Changes
June 25, 2019- โฑ 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)
- โฑ Decreasing ZK session timeout
-
v1.14.-2019 Changes
June 25, 2019- โฑ 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)
- โฑ Decreasing ZK session timeout
-
v1.13 Changes
June 13, 2019- ๐ Fixed creation of internal event-types;
- โ Added clean-up of lock in Zookeeper when subscription is deleted;
-
v1.13.-2019 Changes
June 13, 2019- ๐ Fixed creation of internal event-types;
- โ Added clean-up of lock in Zookeeper when subscription is deleted;
-
v1.12 Changes
May 15, 2019๐ Fix status code for PATCH
/subscriptions/<id>/cursors
if event type is not part of the subscription.