You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/03/24 09:20:57 UTC

[camel] branch camel-2.22.x updated (e7b2d62 -> b67d701)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from e7b2d62  CAMEL-13351: camel-netty4-http: error resolving relative path
     new 42ad129  CAMEL-13338 - Fix to use Kafka client KafkaConsumer.subscribe API with ConsumerRebalanceListener registration when topicIsPattern is set to false
     new b67d701  CAMEL-13339 - Fix to use last processed offset maintained by Camel KafkaConsumer to avoid message loss upon partition revoke

The 32989 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