testdata on configs

master
Bel LaPointe 2023-03-16 14:02:35 -06:00
parent 5b688e060b
commit 53b7d78207
3 changed files with 35 additions and 0 deletions

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "rusty-pipe"
version = "0.1.0"

View File

@ -0,0 +1,21 @@
{
"streams": {
"input": {
"engine": {
"type": "kinesis",
"kinesis": {
"aws-region": "us-east-2",
"aws-arn": "arn:aws:::us-east-2"
}
}
},
"output": {
"engine": {
"type": "kafka",
"kafka": {
"topic": "topic-name"
}
}
}
}
}

View File

@ -0,0 +1,7 @@
streams:
input:
engine:
type: stdin
output:
engine:
type: stdout