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
cfab1593
Commit
cfab1593
authored
3 years ago
by
Lorenz Boguhn
Committed by
Lorenz Boguhn
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Renaming KafkaAggregatedPowerRecordReader to KafkaActivePowerRecordReader
parent
bdf1bea7
No related branches found
No related tags found
1 merge request
!187
Migrate Beam benchmark implementation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/beam-commons/src/main/java/theodolite/commons/beam/kafka/KafkaActivePowerRecordReader.java
+3
-3
3 additions, 3 deletions
...lite/commons/beam/kafka/KafkaActivePowerRecordReader.java
with
3 additions
and
3 deletions
theodolite-benchmarks/beam-commons/src/main/java/theodolite/commons/beam/kafka/KafkaActivePowerRecordReader.java
+
3
−
3
View file @
cfab1593
...
@@ -14,7 +14,7 @@ import titan.ccp.model.records.ActivePowerRecord;
...
@@ -14,7 +14,7 @@ import titan.ccp.model.records.ActivePowerRecord;
/**
/**
* Simple {@link PTransform} that read from Kafka using {@link KafkaIO}.
* Simple {@link PTransform} that read from Kafka using {@link KafkaIO}.
*/
*/
public
class
KafkaA
ggregated
PowerRecordReader
extends
public
class
KafkaA
ctive
PowerRecordReader
extends
PTransform
<
PBegin
,
PCollection
<
KV
<
String
,
ActivePowerRecord
>>>
{
PTransform
<
PBegin
,
PCollection
<
KV
<
String
,
ActivePowerRecord
>>>
{
private
static
final
long
serialVersionUID
=
2603286150183186115L
;
private
static
final
long
serialVersionUID
=
2603286150183186115L
;
...
@@ -25,8 +25,8 @@ public class KafkaAggregatedPowerRecordReader extends
...
@@ -25,8 +25,8 @@ public class KafkaAggregatedPowerRecordReader extends
* Instantiates a {@link PTransform} that reads from Kafka with the given Configuration.
* Instantiates a {@link PTransform} that reads from Kafka with the given Configuration.
*/
*/
@SuppressWarnings
({
"unchecked"
,
"rawtypes"
})
@SuppressWarnings
({
"unchecked"
,
"rawtypes"
})
public
KafkaA
ggregated
PowerRecordReader
(
final
String
bootstrapServer
,
final
String
inputTopic
,
public
KafkaA
ctive
PowerRecordReader
(
final
String
bootstrapServer
,
final
String
inputTopic
,
final
Properties
consumerConfig
)
{
final
Properties
consumerConfig
)
{
super
();
super
();
// Check if boostrap server and inputTopic are defined
// Check if boostrap server and inputTopic are defined
...
...
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