This commit is contained in:
Bel LaPointe
2023-03-16 14:12:08 -06:00
parent 53b7d78207
commit bba471c2bb
4 changed files with 41 additions and 5 deletions

View File

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

View File

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