Skip to content
Snippets Groups Projects
Commit 62c210d8 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'fix/uc2TopicsMixed' into 'master'

Rearange topics in uc2

See merge request !77
parents 23a13526 9a1bcc4e
No related branches found
No related tags found
1 merge request!77Rearange topics in uc2
Pipeline #1450 passed
Pipeline: theodolite

#1451

    ......@@ -60,9 +60,9 @@ public class TopologyBuilder {
    final Duration emitPeriod, final Duration gracePeriod,
    final SchemaRegistryAvroSerdeFactory srAvroSerdeFactory) {
    this.inputTopic = inputTopic;
    this.outputTopic = outputTopic;
    this.feedbackTopic = feedbackTopic;
    this.configurationTopic = configurationTopic;
    this.outputTopic = outputTopic;
    this.emitPeriod = emitPeriod;
    this.gracePeriod = gracePeriod;
    ......
    ......@@ -60,8 +60,8 @@ public class Uc2KafkaStreamsBuilder extends KafkaStreamsBuilder { // NOPMD build
    final TopologyBuilder topologyBuilder = new TopologyBuilder(
    this.inputTopic,
    this.feedbackTopic,
    this.outputTopic,
    this.feedbackTopic,
    this.configurationTopic,
    this.emitPeriod == null ? EMIT_PERIOD_DEFAULT : this.emitPeriod,
    this.gracePeriod == null ? GRACE_PERIOD_DEFAULT : this.gracePeriod,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment