Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
8b957776
Commit
8b957776
authored
Jul 21, 2020
by
Jonas Waeber
Browse files
Fix configuration again
parent
64466661
Pipeline
#11786
passed with stages
in 4 minutes and 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/KafkaTopology.kt
View file @
8b957776
...
...
@@ -50,7 +50,7 @@ class KafkaTopology(
private
val
objectMapper
=
ObjectMapper
().
registerKotlinModule
()
private
val
fedora
=
FedoraClientImpl
.
builder
()
.
properties
(
settings
.
appSettings
)
.
properties
(
settings
.
appSettings
,
"fedora"
)
.
build
()
fun
build
():
Topology
{
...
...
src/test/resources/test1.yml
View file @
8b957776
app
:
fedora
:
user
:
fedoraAdmin
user
name
:
fedoraAdmin
password
:
${FEDORA_PASSWORD:?system}
internalDomain
:
http://localhost:8080/fcrepo/rest/
externalDomain
:
https://memobase.ch/
...
...
Write
Preview
Supports
Markdown
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