Skip to content

Commit

Permalink
added API_TOPICS to server
Browse files Browse the repository at this point in the history
  • Loading branch information
dejwakh committed Jul 29, 2021
1 parent fd9eaca commit 02d8c48
Show file tree
Hide file tree
Showing 21 changed files with 659 additions and 6,402 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
cdk.out
7 changes: 4 additions & 3 deletions FjordSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"server": {
"NAME": "Fjord-Server",
"JWT_KEY": "jqq247gjrhvariorrbgehtcwz5k0x0slmmxndnde",
"API_TOPICS": "stocks weather",
"SEC_PER_PULSE": "30"
},
"consumerGroups": [
{
"NAME": "MyGroup",
"NAME": "NewestGroup",
"KAFKA_TOPICS": "stocks weather",
"API_TOPICS": "stocks weather",
"FROM_BEGINNINGS": "false true",
"FROM_BEGINNINGS": "false false",
"BROKERS": "157.245.248.211:9093",
"SECURITY": "SASL-plain",
"KAFKA_USERNAME": "goMates",
Expand All @@ -20,4 +21,4 @@
"STARTING_DELAY_SEC": "60"
}
]
}
}

0 comments on commit 02d8c48

Please sign in to comment.