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 18
18
19
19
import org .springframework .boot .SpringApplication ;
20
20
import org .springframework .boot .autoconfigure .SpringBootApplication ;
21
- import org .springframework .kafka .annotation .EnableKafka ;
22
21
23
22
/**
24
23
* New consumer rebalance protocol sample which purpose is only to demonstrate the application
29
28
* @since 3.2.0
30
29
*/
31
30
32
- @ EnableKafka
33
31
@ SpringBootApplication
34
32
public class Sample07Application {
35
33
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ spring:
10
10
kafka :
11
11
consumer :
12
12
bootstrap-servers : localhost:10000
13
- group-id : sample07
14
13
key-deserializer : org.apache.kafka.common.serialization.StringDeserializer
15
14
value-deserializer : org.apache.kafka.common.serialization.StringDeserializer
16
15
properties :
You can’t perform that action at this time.
0 commit comments