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
43edba38
Commit
43edba38
authored
4 years ago
by
Björn Vonheiden
Browse files
Options
Downloads
Patches
Plain Diff
Fix PMD violoation for unused logger
parent
7587b5e4
No related branches found
No related tags found
1 merge request
!37
Fix UC2 not sending output
Pipeline
#904
passed with warnings
4 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uc2-application/src/main/java/theodolite/uc2/streamprocessing/TopologyBuilder.java
+0
-2
0 additions, 2 deletions
...java/theodolite/uc2/streamprocessing/TopologyBuilder.java
with
0 additions
and
2 deletions
uc2-application/src/main/java/theodolite/uc2/streamprocessing/TopologyBuilder.java
+
0
−
2
View file @
43edba38
...
@@ -30,8 +30,6 @@ import titan.ccp.model.sensorregistry.SensorRegistry;
...
@@ -30,8 +30,6 @@ import titan.ccp.model.sensorregistry.SensorRegistry;
* Builds Kafka Stream Topology for the History microservice.
* Builds Kafka Stream Topology for the History microservice.
*/
*/
public
class
TopologyBuilder
{
public
class
TopologyBuilder
{
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
TopologyBuilder
.
class
);
// Streams Variables
// Streams Variables
private
final
String
inputTopic
;
private
final
String
inputTopic
;
private
final
String
feedbackTopic
;
private
final
String
feedbackTopic
;
...
...
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