This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 3eda9c2 CAMEL-13351: camel-netty4-http: error resolving relative path
new a18155c CAMEL-13338 - Fix to use Kafka client KafkaConsumer.subscribe
API with ConsumerRebalanceListener registration when topicIsPattern is set to
false
new 9dda9df CAMEL-13339 - Fix to use last processed offset maintained by
Camel KafkaConsumer to avoid message loss upon partition revoke
The 34407 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/component/kafka/KafkaConsumer.java | 19 +++-
...KafkaConsumerRebalancePartitionRevokeTest.java} | 77 ++++++++++------
.../kafka/KafkaConsumerRebalanceTest.java | 102 +++++++++++++++++++++
3 files changed, 165 insertions(+), 33 deletions(-)
copy
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/{KafkaConsumerOffsetRepositoryResumeTest.java
=> KafkaConsumerRebalancePartitionRevokeTest.java} (55%)
create mode 100644
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaConsumerRebalanceTest.java