Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!245
Firestore sink for UC1 Beam
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Firestore sink for UC1 Beam
uc1-beam-firestore
into
master
Overview
0
Commits
9
Pipelines
6
Changes
2
Merged
Sören Henning
requested to merge
uc1-beam-firestore
into
master
3 years ago
Overview
0
Commits
9
Pipelines
6
Changes
2
Expand
Fix
#347 (closed)
Edited
3 years ago
by
Sören Henning
0
0
Merge request reports
Viewing commit
421f89ff
Prev
Next
Show latest version
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
421f89ff
Configure logger as default sink
· 421f89ff
Sören Henning
authored
3 years ago
theodolite-benchmarks/uc1-beam-flink/src/main/resources/META-INF/application.properties
+
3
−
1
Options
application.name
=
theodolite-uc1-application
application.version
=
0.0.1
sink.type
=
logger
kafka.bootstrap.servers
=
localhost:9092
kafka.input.topic
=
input
kafka.output.topic
=
output
@@ -13,4 +15,4 @@ cache.max.bytes.buffering=-1
specific.avro.reader
=
True
enable.auto.commit.config
=
True
auto.offset.reset.config
=
earliest
\ No newline at end of file
auto.offset.reset.config
=
earliest
Loading