co.decodable.sdk.pipeline.testing.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of decodable-pipeline-sdk Show documentation
Show all versions of decodable-pipeline-sdk Show documentation
A software development kit for implementing Apache Flink jobs and running them on Decodable
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright Decodable, Inc.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Infrastructure and utilities for (integration) testing custom Decodable pipelines.
*
* Using a {@link PipelineTestContext}, you can produce elements for one or more Decodable
* streams, run your custom pipeline, and assert the output elements of this pipeline on another
* Decodable stream. It is recommended to use Testcontainers for starting a Kafka or Redpanda broker to
* be used for testing, as shown below:
*
*
{@snippet class="co.decodable.sdk.pipeline.DataStreamJobTest"
* region="testing-custom-pipeline"}
*/
package co.decodable.sdk.pipeline.testing;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy