nakadi icon indicating copy to clipboard operation
nakadi copied to clipboard

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

Results 56 nakadi issues
Sort by recently updated
recently updated
newest added

A low-traffic event-type on Nakadi may cause subscription to enter a state where trying to read events from it returns to HTTP 200, and immediate closing of TCP connection. Apparently...

bug
help wanted

Allow reset subscription cursor to the END User can already create a new subscription using "END" as a cursor position. Can we allow users to use END cursors the same...

help wanted
feature request

When using application.yml to configure `nakadi.oauth2.mode` YAML parser translates `OFF` to `false` if you don't put quotes and the Spring property binding fails with ``` Caused by: java.lang.IllegalStateException: Cannot convert...

enhancement
help wanted

This is a nice trick to be able to use the Nakadi API quickly by leveraging the swagger-ui hosted by swagger.io

Currently there are only 2 known ways to close a subscription event stream, neither of which are completely ideal. The first way is to manual close the HTTP connection, which...

help wanted
feature request

Time based offset will help in aggregate events that are time bounded. I would love to have this exposed in the API. What do you think? Here the reference ticket...

help wanted
feature request

## Problem I believe the following section in the documentation does not match with the example provided afterward: > Here is a sample request with an authorization section. It gives...

The issue is that VersionController uses scm-source.json, which is more related to how to deploy Nakadi internally in Zalando. One possible solution is to move out version to env variables.

enhancement
help wanted

{ "type":"http://httpstatus.es/400", "title":"Bad Request", "status":400, "detail":"Unexpected character % in position 0, expected '['" }

bug

1. I cloned nakadi repository (commit 0e210257c0c85d48a42c48a1460faa366d5c936f) 2. I ran `./gradlew build`, which eventually failed on a test: ``` org.zalando.nakadi.controller.EventTypeAuthorizationTest > whenPUTNotAuthorizedThen403 FAILED org.springframework.web.util.NestedServletException: Request processing failed; nested exception is...

help wanted