File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
kotlin-kafka-streams-examples/src/main/kotlin/com/perkss/kafka/reactive Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ class AppConfig {
115115 streamConfig : Properties
116116 ) = KafkaStreams (orderProcessingTopology, streamConfig)
117117
118- @Bean
119- fun bootstrapSemantics (
120- streamsBuilder : StreamsBuilder ,
121- streamConfig : Properties
122- ) = KafkaStreams (BootstrapSemanticsTopology .build(streamsBuilder, streamConfig), streamConfig)
118+ // @Bean
119+ // fun bootstrapSemantics(
120+ // streamsBuilder: StreamsBuilder,
121+ // streamConfig: Properties
122+ // ) = KafkaStreams(BootstrapSemanticsTopology.build(streamsBuilder, streamConfig), streamConfig)
123123
124124
125125}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import org.springframework.boot.runApplication
99@SpringBootApplication
1010class KafkaStreamsApp (
1111 private val orderProcessingApp : KafkaStreams ,
12- private val bootstrapSemantics : KafkaStreams
12+ // private val bootstrapSemantics: KafkaStreams
1313) : CommandLineRunner {
1414
1515 companion object {
You can’t perform that action at this time.
0 commit comments