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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
7c00045f
Commit
7c00045f
authored
Mar 22, 2022
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix project name
parent
5cd0c321
No related branches found
No related tags found
1 merge request
!247
Draft: Add Pub/Sub source for Beam
Pipeline
#7211
passed
Mar 22, 2022
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/uc1-beam/src/main/java/rocks/theodolite/benchmarks/uc1/beam/PipelineFactory.java
+1
-1
1 addition, 1 deletion
...rocks/theodolite/benchmarks/uc1/beam/PipelineFactory.java
with
1 addition
and
1 deletion
theodolite-benchmarks/uc1-beam/src/main/java/rocks/theodolite/benchmarks/uc1/beam/PipelineFactory.java
+
1
−
1
View file @
7c00045f
...
...
@@ -61,7 +61,7 @@ public class PipelineFactory extends AbstractPipelineFactory {
if
(
subscription
==
null
)
{
activePowerRecords
=
pipeline
.
apply
(
PubSubSource
.
forTopic
(
topic
,
project
));
}
else
{
activePowerRecords
=
pipeline
.
apply
(
PubSubSource
.
forSubscription
(
topic
,
subscription
));
activePowerRecords
=
pipeline
.
apply
(
PubSubSource
.
forSubscription
(
project
,
subscription
));
}
}
else
{
final
KafkaActivePowerTimestampReader
kafka
=
super
.
buildKafkaReader
();
...
...
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
sign in
to comment