Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
Fedora Metadata Extractor
Commits
0620a17e
Commit
0620a17e
authored
Jan 05, 2021
by
Matthias
Browse files
fix app config files
parent
91a5f8a8
Pipeline
#19643
passed with stages
in 4 minutes and 6 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/app.yml
View file @
0620a17e
...
...
@@ -7,6 +7,7 @@ app:
kafka
:
producer
:
bootstrap.servers
:
${KAFKA_BOOTSTRAP_SERVERS:?system}
client.id
:
fedora-metadata-extractor
consumer
:
bootstrap.servers
:
${KAFKA_BOOTSTRAP_SERVERS:?system}
client.id
:
fedora-metadata-extractor
...
...
src/test/resources/test1.yml
View file @
0620a17e
...
...
@@ -7,6 +7,7 @@ app:
kafka
:
producer
:
bootstrap.servers
:
${KAFKA_BOOTSTRAP_SERVERS:?system}
client.id
:
fedora-metadata-extractor3
consumer
:
bootstrap.servers
:
${KAFKA_BOOTSTRAP_SERVERS:?system}
client.id
:
fedora-metadata-extractor3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment