Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
memoriav
M
Memobase 2020
S
services
import-process
Normalization Service
Commits
7d9b7d91
Commit
7d9b7d91
authored
Nov 13, 2020
by
Jonas Waeber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve logging
parent
27e79159
Pipeline
#17089
canceled with stages
in 1 minute and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main/kotlin/KafkaTopology.kt
src/main/kotlin/KafkaTopology.kt
+2
-2
No files found.
src/main/kotlin/KafkaTopology.kt
View file @
7d9b7d91
...
...
@@ -87,11 +87,11 @@ class KafkaTopology(
)
parsedModelStream
[
1
]
.
mapValues
{
key
,
_
->
.
mapValues
{
key
,
value
->
Report
(
key
,
ReportStatus
.
failure
,
"Could not parse message. Found invalid input data (RiotException)
.
"
"Could not parse message. Found invalid input data (RiotException)
: $value
"
).
toJson
()
}
.
to
(
reportTopic
)
...
...
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