File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
kafka-streams-quickstarts
kafka-streams-exception-handler-deserialization
kafka-streams-exception-handler-production Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ This command will start the following services in Docker:
47
47
- 1 Schema registry
48
48
- 1 Control Center
49
49
- 1 producer Person
50
- - 1 Kafka Streams Deserialization Exception Handler
50
+ - 1 Kafka Streams Exception Handler Deserialization
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ services:
88
88
}
89
89
}
90
90
91
- kafka-streams-deserialization- exception-handler :
92
- image : loicgreffier/spring-boot-kafka-quickstarts:kafka-streams-deserialization- exception-handler-1.0.0
93
- hostname : kafka-streams-deserialization- exception-handler
94
- container_name : kafka-streams-deserialization- exception-handler
91
+ kafka-streams-exception-handler-deserialization :
92
+ image : loicgreffier/spring-boot-kafka-quickstarts:kafka-streams-exception-handler-deserialization -1.0.0
93
+ hostname : kafka-streams-exception-handler-deserialization
94
+ container_name : kafka-streams-exception-handler-deserialization
95
95
networks :
96
96
- spring-boot-kafka-quickstarts
97
97
depends_on :
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ This command will start the following services in Docker:
49
49
- 1 Schema registry
50
50
- 1 Control Center
51
51
- 1 producer Person
52
- - 1 Kafka Streams Production Exception Handler
52
+ - 1 Kafka Streams Exception Handler Production
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ services:
88
88
}
89
89
}
90
90
91
- kafka-streams-production- exception-handler :
92
- image : loicgreffier/spring-boot-kafka-quickstarts:kafka-streams-production- exception-handler-1.0.0
93
- hostname : kafka-streams-production- exception-handler
94
- container_name : kafka-streams-production- exception-handler
91
+ kafka-streams-exception-handler-production :
92
+ image : loicgreffier/spring-boot-kafka-quickstarts:kafka-streams-exception-handler-production -1.0.0
93
+ hostname : kafka-streams-exception-handler-production
94
+ container_name : kafka-streams-exception-handler-production
95
95
networks :
96
96
- spring-boot-kafka-quickstarts
97
97
depends_on :
You can’t perform that action at this time.
0 commit comments