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
Import Process
Media Metadata Preprocessor
Commits
7c0ce26e
Unverified
Commit
7c0ce26e
authored
Dec 04, 2020
by
Sebastian Schüpbach
Browse files
send ignore message when encountering locator-less record
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
7cd27bb5
Pipeline
#18293
passed with stages
in 6 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/scala/ch/memobase/KafkaTopology.scala
View file @
7c0ce26e
...
...
@@ -155,8 +155,8 @@ class KafkaTopology extends Logging {
k
,
ReportingObject
(
k
,
Processing
Warning
,
"Record has no locator.
Is this intentional (i.e. media file is not accessible)?
"
Processing
Ignore
,
"Record has no locator.
Assuming there is no attached media file.
"
).
toString
)
)
...
...
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