nakadi
nakadi copied to clipboard
A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
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...
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...
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...
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...
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...
## 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.
{ "type":"http://httpstatus.es/400", "title":"Bad Request", "status":400, "detail":"Unexpected character % in position 0, expected '['" }
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...