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

valdar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from d9bade3  Merge pull request #71 from orpiske/issue-67-cassandra-it-case
     add 75e8953  Added support for testing the Kafka service using Strimzi
     add bbd3162  Fixed rebase issues.
     add feea539  Made the itest images configurable at test-run time.
     add 699c3b3  itests updatet to use strimzi/kafka:0.15.0-kafka-2.3.1 image.
     new 7063630  Added support for testing the Kafka service using Strimzi 
(#66)

The 1 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:
 parent/pom.xml                                     |  3 +
 tests/pom.xml                                      |  2 +-
 .../services/kafka/KafkaServiceFactory.java        | 10 ++-
 .../services/kafka/StrimziContainer.java           | 71 ++++++++++++++++++++++
 ...rLocalKafkaService.java => StrimziService.java} | 32 +++++++---
 .../services/kafka/ZookeeperContainer.java         | 57 +++++++++++++++++
 6 files changed, 164 insertions(+), 11 deletions(-)
 create mode 100644 
tests/src/test/java/org/apache/camel/kafkaconnector/services/kafka/StrimziContainer.java
 copy 
tests/src/test/java/org/apache/camel/kafkaconnector/services/kafka/{ContainerLocalKafkaService.java
 => StrimziService.java} (54%)
 create mode 100644 
tests/src/test/java/org/apache/camel/kafkaconnector/services/kafka/ZookeeperContainer.java

Reply via email to