Nakadi Versions Save

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

r3.1.4-2019-02-27

5 years ago

No changes were added to Nakadi. This release is to mark the compatibility of this commit with changes done to an external library for authorization.

r3.1.2-2019-02-26

5 years ago

Fix CME for cached resource admins. (Completes the checking of VIEW operation for subscriptions and event types)

r3.1.1-2019-02-25

5 years ago

Check on VIEW for event types and subscription endpoints exposed.

r3.1.0-2019-02-19

5 years ago
  • Add ability to authorize endpoints based on a new VIEW resource. Implementing the appropriate logic in the authorization plugin is necessary.
  • Add ability to blacklist committers enhancing the system's resilience to accidental misusage.

r3.0.12-2019-02-12

5 years ago
  • New Authorization Interface Support
  • Added feature of recreating Kafka producer on broker ip change and retries for Kafka client for getting partitions.

r3.0.11-2019-02-06

5 years ago
  • minor bugfixes

r3.0.10-2019-01-29

5 years ago
  • fixed broken constant for accessing all-data-read authorization;

r3.0.10-2019-01-28

5 years ago
  • Added audit log;

r3.0.9-2019-01-24

5 years ago
  1. Log correct status code for /subscriptions/{}/events endpoint.
  2. Upgrade jekyll to 3.8.5

r3.0.8-2019-01-02

5 years ago
  • Added propagation of partition key to kafka event key;