Releases: dehora/nakadi-java
Releases · dehora/nakadi-java
0.11.0
- Strips trailing '/' from arg supplied to UriBuilder.builder. #330
0.10.0
- Adds support for creating log compacted event types. #329
0.8.5.1
2018/04/12: This is a patch release forked from 0.8.5
- Suppresses logging of some unhandled exceptions from StreamProcessor.
0.9.17
This promotes 0.9.17.b1 and 0.9.17.b2.
- Allows a consumer to see the checkpoint response result from the server.
- Allows the request write timeout to be set. #307
- Fixes stop conjunction logic in StreamProcessor #304, @PetrGlad
0.9.16
- Makes SubscriptionEventTypeStatsCollection constructor visible for testing.
0.9.15
- promotes 0.9.15.b2 to 0.9.15
- Adds a guard clause to avoid calling onStart when processor is stopping.
- Removes logging noise.
- Removes custom buffering from stream processor. #294
- Tidies stream processor logging and reduces allocations.
0.9.14
- Stops the processor after a successful response with a stream timeout.#291
- Calls StreamObserver.onStop only on termination. #289
0.9.13
- Lowers default batch buffer and allows setting by configuration. #256
0.9.12
- Stops stream processor after retries are exceeded. #284
- Avoids StreamProcessor.stop waiting on start completion.
- Tidies up OkHttpResource args and connection closing.
- Removes leap second check on event times.
0.9.11
- Reduce allocations when marshalling events from a stream. #256