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
13181aeb
Commit
13181aeb
authored
Jan 07, 2021
by
Matthias
Browse files
consider versioned records as well
parent
16bc20f9
Pipeline
#19753
passed with stages
in 3 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/KafkaTopology.kt
View file @
13181aeb
...
...
@@ -104,6 +104,7 @@ class KafkaTopology(
var
outputTopic
=
settings
.
outputTopic
+
when
(
event
.
objectType
)
{
"rico:Record"
->
"-json-records"
"rico:VersionedRecord"
->
"-json-records"
"rico:RecordSet"
->
"-json-record-sets"
"rico:CorporateBody"
->
"-json-institutions"
else
->
"-XXX"
...
...
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