File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
samples/sample-07/src/main
java/com/example/sample07 Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1818
1919import org .springframework .boot .SpringApplication ;
2020import org .springframework .boot .autoconfigure .SpringBootApplication ;
21- import org .springframework .kafka .annotation .EnableKafka ;
2221
2322/**
2423 * New consumer rebalance protocol sample which purpose is only to demonstrate the application
2928 * @since 3.2.0
3029 */
3130
32- @ EnableKafka
3331@ SpringBootApplication
3432public class Sample07Application {
3533
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ spring:
1010 kafka :
1111 consumer :
1212 bootstrap-servers : localhost:10000
13- group-id : sample07
1413 key-deserializer : org.apache.kafka.common.serialization.StringDeserializer
1514 value-deserializer : org.apache.kafka.common.serialization.StringDeserializer
1615 properties :
You can’t perform that action at this time.
0 commit comments