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
Commits
d77583e7
Commit
d77583e7
authored
2 years ago
by
Lorenz Boguhn
Browse files
Options
Downloads
Patches
Plain Diff
Extend use case hazelcast ConfigurationKeys
parent
93309ba8
No related branches found
No related tags found
1 merge request
!275
Refactor hazelcast jet benchmarks:
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/hazelcastjet-commons/src/main/java/rocks/theodolite/benchmarks/commons/hazelcastjet/ConfigurationKeys.java
+5
-3
5 additions, 3 deletions
...te/benchmarks/commons/hazelcastjet/ConfigurationKeys.java
with
5 additions
and
3 deletions
theodolite-benchmarks/hazelcastjet-commons/src/main/java/rocks/theodolite/benchmarks/commons/hazelcastjet/ConfigurationKeys.java
+
5
−
3
View file @
d77583e7
...
...
@@ -5,15 +5,17 @@ package rocks.theodolite.benchmarks.commons.hazelcastjet;
*/
public
class
ConfigurationKeys
{
public
static
final
String
APPLICATION_NAME
=
"application.name"
;
// Common Keys
public
static
final
String
BOOTSTRAP_SERVER
=
"BOOTSTRAP_SERVER"
;
public
static
final
String
KUBERNETES_DNS_NAME
=
"KUBERNETES_DNS_NAME"
;
public
static
final
String
PORT
=
"PORT"
;
public
static
final
String
PORT_AUTO_INCREMENT
=
"PORT_AUTO_INCREMENT"
;
public
static
final
String
CLUSTER_NAME_PREFIX
=
"CLUSTER_NAME_PREFIX"
;
public
static
final
String
KAFKA_BOOTSTRAP_SERVERS
=
"
KAFKA_BOOTSTRAP_SERVERS
"
;
public
static
final
String
SCHEMA_REGISTRY_URL
=
"
SCHEMA_REGISTRY_URL
"
;
public
static
final
String
KAFKA_INPUT_TOPIC
=
"
KAFKA_INPUT_TOPIC
"
;
public
static
final
String
KAFKA_BOOTSTRAP_SERVERS
=
"
kafka.bootstrap.servers
"
;
public
static
final
String
SCHEMA_REGISTRY_URL
=
"
schema.registry.url
"
;
public
static
final
String
KAFKA_INPUT_TOPIC
=
"
kafka.input.topic
"
;
// Additional topics
public
static
final
String
KAFKA_OUTPUT_TOPIC
=
"KAFKA_OUTPUT_TOPIC"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment