Examples: Unit Tests The stream processing of Kafka Streams can be unit tested with the TopologyTestDriver from the org.apache.kafka:kafka-streams-test-utils artifact. The test driver allows you to write sample input into your processing topology and validate its output. See the documentation at...
name: kafka-streams-examples lang: java lang_version: 8 code_artifact: enable: true package_paths: - "maven-snapshots/maven/io.confluent/kafka-streams.examples" git: enable: true codeowners: enable: true semaphore: enable: true pipeline_type: cp-dockerfile docker_repos: ['confluentinc/kafka-...
Project ID: kafka-streams-examples View in SonarQube mjsax commented Dec 17, 2024 View reviewed changes .semaphore/semaphore.yml Outdated @@ -24,7 +24,7 @@ global_job_config: prologue: commands: - checkout - sem-version java 11 - sem-version java 17 Member Author mjsax Dec...
The PageView example depends on Connect to pull in Json (de)serializers, but Connect does not support Java11 any longer. To allow supporting Java11 for the Kafka Streams examples, this PR removes t...
streams-examples: Could not resolve dependencies for project io.confluent:streams-examples:jar:3.1.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.kafka:kafka-clients:jar:0.10.1.0-SNAPSHOT, org.apache.kafka:kafka-streams:jar:0.10.1.0-SNAPSHOT, org.apache.kafka:kafka_2.11:...