Results 7 issues of Andrey

# One-line summary it should be possible to notify nakadi about coming instance termination, that it can release used resources and prepare itself for termination. A good example would be...

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

Nakadi publishing API accepts events in batches. It can fail to publish some events from the batch to underlying storage (Apache Kafka). In that case Nakadi publishing API will return...

Nakadi publishing API accepts events in batches. It can fail to publish some events from the batch to underlying storage (Apache Kafka). In that case Nakadi publishing API will return...

With this commit it is easy to use Avro as never 1. update library dependencies 2. in Nakadi client builder provide Avro serializer: ``` final NakadiClient client = NakadiClient.newBuilder() ......

Since recently, Nakadi supports publishing in Apache Avro format(https://github.com/zalando/nakadi/pull/1430). This issue is the request for discussion and possible approaches to implement it in nakadi-java. Nakadi Avro Envelope enables to send...

The events which the consumer is not able to process block the whole pipeline. Those events have to be manually skipped in order to unblock the pipeline and continue the...