You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Those are the variables you have to setup:
99
99
|KAFKA_USER||user|
100
100
|KAFKA_PASS||supersecret|
101
101
|KAFKA_BROKER|if set to empty the Async API will be disabled|kafka.example.com:9094|
102
-
|KAFKA_TOPICS|Contains a map, using toml format, mapping entities in the Vulcan async API to the kafka topics they wil be pushed to, by now the only available entity is ``assets``|[assets = "assets-topic"]|
102
+
|KAFKA_TOPICS|Contains a map, using toml format, mapping entities in the Vulcan async API to the kafka topics they wil be pushed to, by now the only available entity is ``assets``|{assets = "assets-topic", findings = "findings-topic"}|
103
103
First we have to build the `vulcan-api` because the build only copies the file.
104
104
105
105
We need to provide `linux` compiled binary to the docker build command. This won't be necessary when this component has been open sourced.
0 commit comments