testdata on configs
parent
5b688e060b
commit
53b7d78207
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
streams:
|
||||
input:
|
||||
engine:
|
||||
type: stdin
|
||||
output:
|
||||
engine:
|
||||
type: stdout
|
||||
Loading…
Reference in New Issue