Skip to content

Commit 5327e29

Browse files
committed
Bootstrap semantics Kafka Streams.
1 parent da85414 commit 5327e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin-kafka-streams-examples/src/main/kotlin/com/perkss/kafka/reactive/KafkaStreamsApp.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class KafkaStreamsApp(
1818

1919
override fun run(vararg args: String) {
2020
logger.info("Running Kotlin Kakfa Streams")
21-
// orderProcessingApp.start()
22-
bootstrapSemantics.start()
21+
orderProcessingApp.start()
22+
//bootstrapSemantics.start()
2323
}
2424
}
2525

0 commit comments

Comments
 (0)