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
1c86462c
Unverified
Commit
1c86462c
authored
Apr 15, 2021
by
Sebastian Schüpbach
Browse files
update kafka version & topic names
parent
68315116
Pipeline
#24708
passed with stages
in 5 minutes and 55 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
1c86462c
...
...
@@ -27,7 +27,7 @@ lazy val root = (project in file("."))
},
mainClass
in
assembly
:=
Some
(
"ch.memobase.App"
),
resolvers
++=
Seq
(
"Memobase
Util
s"
at
"https://
dl.bintray.com/memoriav/memobase"
"Memobase
Librarie
s"
at
"https://
gitlab.switch.ch/api/v4/projects/1324/packages/maven"
,
),
libraryDependencies
++=
Seq
(
kafkaStreams
,
...
...
helm-charts/helm-values/import-process-mmp.yaml
deleted
100644 → 0
View file @
68315116
deploymentName
:
ip-media-metadata-preprocessor
inputTopicName
:
import-process-media-metadata
outputTopicAVName
:
import-process-av-enrichment
outputTopicIgnoreName
:
import-process-normalization
outputTopicImageName
:
import-process-image-enrichment
reportingTopicName
:
import-process-reporting
\ No newline at end of file
helm-charts/values.yaml
View file @
1c86462c
...
...
@@ -12,8 +12,8 @@ applicationId: media-metadata-preprocessor-app
bootstrapServers
:
prod-kafka-bootstrap-servers
inputTopicName
:
import-process
-media-metadata
outputTopicAVName
:
import-process
-av-enrichment
outputTopicIgnoreName
:
import-process
-normalization
outputTopicImageName
:
import-process
-image-enrichment
reportingTopicName
:
import-process
-reporting
inputTopicName
:
mb-di
-media-metadata
-prod
outputTopicAVName
:
mb-di
-av-enrichment
-prod
outputTopicIgnoreName
:
mb-di
-normalization
-prod
outputTopicImageName
:
mb-di
-image-enrichment
-prod
reportingTopicName
:
mb-di
-reporting
-prod
project/Dependencies.scala
View file @
1c86462c
...
...
@@ -20,7 +20,7 @@
import
sbt._
object
Dependencies
{
lazy
val
kafkaV
=
"2.
3.1
"
lazy
val
kafkaV
=
"2.
7.0
"
lazy
val
log4jV
=
"2.11.2"
lazy
val
scalatestV
=
"3.1.2"
...
...
@@ -32,7 +32,7 @@ object Dependencies {
lazy
val
log4jScala
=
"org.apache.logging.log4j"
%%
"log4j-api-scala"
%
"11.0"
lazy
val
log4jSlf4j
=
"org.apache.logging.log4j"
%
"log4j-slf4j-impl"
%
log4jV
lazy
val
mediaMetadataUtils
=
"ch.memobase"
%%
"media-metadata-utils"
%
"0.1.
4
"
"ch.memobase"
%%
"media-metadata-utils"
%
"0.1.
5
"
lazy
val
scalaTest
=
"org.scalatest"
%%
"scalatest"
%
scalatestV
lazy
val
scalaUri
=
"io.lemonlabs"
%%
"scala-uri"
%
"2.2.3"
}
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