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
Mapper Service
Commits
e63c6102
Commit
e63c6102
authored
Feb 05, 2021
by
Jonas Waeber
Browse files
Update service utility dependency
Update configuration dependency.
parent
35221363
Pipeline
#21284
passed with stages
in 4 minutes and 9 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
e63c6102
...
...
@@ -33,7 +33,7 @@ ext {
dependencies
{
implementation
'ch.memobase:memobase-kafka-utils:0.2.3'
implementation
'org.memobase:memobase-service-utilities:2.0.5'
implementation
'ch.memobase:mapper-service-configuration:
0.3.6
'
implementation
'ch.memobase:mapper-service-configuration:
1.0.1
'
// Logging Framework
implementation
"org.apache.logging.log4j:log4j-api:${log4jV}"
implementation
"org.apache.logging.log4j:log4j-core:${log4jV}"
...
...
src/main/kotlin/KafkaTopology.kt
View file @
e63c6102
...
...
@@ -25,7 +25,7 @@ import ch.memobase.kafka.utils.models.JoinedValues
import
ch.memobase.kafka.utils.models.ValueWithException
import
ch.memobase.mapping.MapperConfiguration
import
ch.memobase.mapping.MappingConfigurationParser
import
ch.memobase.
mapping.
exceptions.InvalidMappingException
import
ch.memobase.exceptions.InvalidMappingException
import
ch.memobase.reporting.Report
import
ch.memobase.reporting.ReportStatus
import
ch.memobase.settings.HeaderExtractionTransformSupplier
...
...
@@ -101,7 +101,7 @@ class KafkaTopology(
value
.
third
?.
toJson
()
?:
Report
(
key
,
ReportStatus
.
fatal
,
"Caught an error, but no
t
report was created."
,
"Caught an error, but no report was created."
,
Service
.
step
)
}
...
...
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