From fa808bc1ead3acd1e9acb27bf6ab33be9e5cbae5 Mon Sep 17 00:00:00 2001 From: Antony Stubbs Date: Fri, 4 Mar 2022 13:49:32 +0000 Subject: [PATCH 1/2] build: Crank up Enforcer rules and turn on ossindex audit --- pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 152e63abc..c7030b67d 100644 --- a/pom.xml +++ b/pom.xml @@ -440,6 +440,20 @@ + + org.sonatype.ossindex.maven + ossindex-maven-plugin + 3.1.0 + + + audit-dependencies + validate + + audit + + + + com.soebes.maven.plugins echo-maven-plugin @@ -627,10 +641,11 @@ 3.0.0 - enforce-java + enforce-versions enforce + validate @@ -639,6 +654,32 @@ 3.6.3 + + 3.6.3 + + + true + + log4j:*:*:*:runtime + log4j:*:*:*:compile + log4j:*:*:*:test + org.apache.logging.log4j:log4j-core:*:*:runtime + org.apache.logging.log4j:log4j-core:*:*:compile + + com.github.javafaker + + + + + + + false + false + + io.confluent.parallelconsumer: + + + @@ -767,6 +808,7 @@ org.apache.maven.plugins maven-dependency-plugin + 3.2.0 initialize From 6244f2680f0437363e1083cf5b897bac5ca9dc52 Mon Sep 17 00:00:00 2001 From: Antony Stubbs Date: Wed, 23 Mar 2022 13:00:13 +0000 Subject: [PATCH 2/2] docs: README build --- README.adoc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 234a3ebbe..3bf6d4ee0 100644 --- a/README.adoc +++ b/README.adoc @@ -30,7 +30,6 @@ // leave it commented out when committing work) //:project_root: ../../ -note: {docdir} ifdef::env-github[] :tip-caption: :bulb: @@ -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