We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350db6a commit defcf7bCopy full SHA for defcf7b
2 files changed
review/src/main/resources/application.yaml
@@ -38,7 +38,7 @@ spring:
38
open-in-view: false
39
40
kafka:
41
- bootstrap-servers: 172.16.2.19:9092
+ bootstrap-servers: 172.16.2.25:29092
42
producer:
43
key-serializer: org.apache.kafka.common.serialization.StringSerializer
44
value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
tour/src/main/resources/application.yaml
@@ -28,7 +28,7 @@ spring:
28
29
30
31
32
consumer:
33
group-id: tour-service-group
34
auto-offset-reset: earliest
0 commit comments