Skip to content

Commit

Permalink
More cleanup - sample 07 (new consumer protocol)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed May 20, 2024
1 parent acead71 commit 16cb612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.kafka.annotation.EnableKafka;

/**
* New consumer rebalance protocol sample which purpose is only to demonstrate the application
Expand All @@ -29,7 +28,6 @@
* @since 3.2.0
*/

@EnableKafka
@SpringBootApplication
public class Sample07Application {

Expand Down
1 change: 0 additions & 1 deletion samples/sample-07/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ spring:
kafka:
consumer:
bootstrap-servers: localhost:10000
group-id: sample07
key-deserializer: org.apache.kafka.common.serialization.StringDeserializer
value-deserializer: org.apache.kafka.common.serialization.StringDeserializer
properties:
Expand Down

0 comments on commit 16cb612

Please sign in to comment.