BakaCoder

Results 7 issues of BakaCoder

# One-line summary Remove partition count logic that depended on messagePerMinute and messageSize from default statistics

# One-line summary Provide error response code 406 (NOT ACCEPTABLE) when trying to read JSON event type with `application/avro-binary` header.

# One-line summary > Zalando ticket : 1622 ## Description Add ability to specify timeout when using publishing apis and is taken from custom header `X-TIMEOUT`. - This ability will...

This PR is part of the effort to introduce Avro capabilities to Nakadi Clients. This PR contains modifications that introduces Avro publishing and consumption capability, kept in mind to introduce...

I would like to understand the use case for which `nakad-java` client retries [publishing even in case of 4xx errors](https://github.com/dehora/nakadi-java/blob/f3a18c12ba5348de5c66a9ffad3ddb9141296ca3/nakadi-java-client/src/main/java/nakadi/ExceptionSupport.java#L109). Is this so that a publisher can keep retrying publishing...

Abstracting the payload serialization logic by adding `PayloadSerialization` interface. This will enable support for further serialization types in the future like Avro. Currently, existing json serializaton logic has been moved...

This PR is part of the effort to introduce Avro capability. In this first PR, Avro publishing feature has implemented. 1. The public API for publishing is kept decoupled from...