The examples project for auto-pipline
. Including below examples:
- implementation using
auto-pipline
- usage of pipeline implementation by test code:
ConfigSourceTest
RPC
ChannelTest
LoadBalancerTest
MergerTest
WIPIntervalMergerTest
WIPReaderTest
Run from root project:
# cd to the project root dir
cd ..
./mvnw install
First install the pipeline to maven local:
# cd to the project root dir
cd ..
./mvnw install -Dmaven.test.skip
Then run the examples:
# cd to the examples project
cd auto-pipeline-examples
./gradlew test