Skip to content

Commit

Permalink
docs: README build
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Mar 23, 2022
1 parent 5a76ee4 commit 3905c7c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
// leave it commented out when committing work)
//:project_root: ../../

note: {docdir}

ifdef::env-github[]
:tip-caption: :bulb:
Expand Down Expand Up @@ -1151,6 +1150,20 @@ ifndef::github_name[]
toc::[]
endif::[]

== Next Version

=== Features

* PollContext API - provides central access to result set with various convenience methods as well as metadata about records, such as failure count
* Batching - all API methods now support batching.
See the Options class set batch size for more information.

=== Fixes and Improvements

* Event system - better CPU usage in control thread
* Concurrency stability improvements
* Update dependencies

== v0.4.0.0
// https://github.com/confluentinc/parallel-consumer/releases/tag/0.4.0.0

Expand Down

0 comments on commit 3905c7c

Please sign in to comment.