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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 67c6d52034a Camel-InfluxDb2: Fixed Endpoint syntax annotation
     new 12b643d9614 camel-test-infra-kafka: added a new container for SASL 
authentication with Kafka
     new 10a8482d6b9 (chores) camel-kafka: added an auth-based IT test

The 2 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:
 components/camel-kafka/pom.xml                     |   1 +
 ....java => BaseEmbeddedKafkaAuthTestSupport.java} |  14 ++-
 .../kafka/integration/KafkaConsumerAuthIT.java     | 139 +++++++++++++++++++++
 .../src/test/resources/kafka-jaas.config           |   8 ++
 .../services/ContainerLocalAuthKafkaService.java   | 101 +++++++++++++++
 5 files changed, 257 insertions(+), 6 deletions(-)
 copy 
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{BaseEmbeddedKafkaTestSupport.java
 => BaseEmbeddedKafkaAuthTestSupport.java} (87%)
 create mode 100644 
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
 create mode 100644 components/camel-kafka/src/test/resources/kafka-jaas.config
 create mode 100644 
test-infra/camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/ContainerLocalAuthKafkaService.java

Reply via email to