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
!59
Further Configuration Options for Kafka Streams
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Further Configuration Options for Kafka Streams
stu202077/theodolite:feature/streamsConfiguration
into
master
Overview
1
Commits
13
Pipelines
0
Changes
32
Merged
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/streamsConfiguration
into
master
4 years ago
Overview
1
Commits
13
Pipelines
0
Changes
32
Expand
Based on
!57 (merged)
. Implements
#105 (closed)
and
#45 (closed)
.
add configuration as key value pairs to theodolite script
common configuration of kafka streams application
more configuration options
Edited
4 years ago
by
Sören Henning
0
0
Merge request reports
Compare
master
version 6
063337fd
4 years ago
version 5
99c5c37c
4 years ago
version 4
c7f4cbcf
4 years ago
version 3
673e3bda
4 years ago
version 2
b7ccb9d7
4 years ago
version 1
b7ccb9d7
4 years ago
master (base)
and
latest version
latest version
55e159db
13 commits,
4 years ago
version 6
063337fd
10 commits,
4 years ago
version 5
99c5c37c
9 commits,
4 years ago
version 4
c7f4cbcf
8 commits,
4 years ago
version 3
673e3bda
7 commits,
4 years ago
version 2
b7ccb9d7
5 commits,
4 years ago
version 1
b7ccb9d7
8 commits,
4 years ago
32 files
+
243
−
303
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
Search (e.g. *.vue) (Ctrl+P)
application-kafkastreams-commons/src/main/java/theodolite/commons/kafkastreams/ConfigurationKeys.java
+
0
−
6
Options
@@ -9,12 +9,6 @@ public final class ConfigurationKeys {
public
static
final
String
APPLICATION_VERSION
=
"application.version"
;
public
static
final
String
NUM_THREADS
=
"num.threads"
;
public
static
final
String
COMMIT_INTERVAL_MS
=
"commit.interval.ms"
;
public
static
final
String
CACHE_MAX_BYTES_BUFFERING
=
"cache.max.bytes.buffering"
;
public
static
final
String
KAFKA_BOOTSTRAP_SERVERS
=
"kafka.bootstrap.servers"
;
public
static
final
String
SCHEMA_REGISTRY_URL
=
"schema.registry.url"
;
Loading