Nakadi Versions Save

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues

r3.3.9-2019-10-31

4 years ago
  • Fix kafka circuit breaker to switch to open state multiple times
  • Lightstep integration fixes

r3.3.8-2019-10-23

4 years ago

Increase number of partitions for event types

r3.2.3-2019-10-01

4 years ago

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

4 years ago
  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

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • Fixed creation of internal event-types;
  • Added clean-up of lock in Zookeeper when subscription is deleted;

r3.1.12-2019-05-15

5 years ago

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

r3.1.9-2019-04-24

5 years ago
  • Update libraries impacted by CVEs

r3.1.7-2019-03-05

5 years ago

Added open-tracing for publishing events.