Skip to content

Commit c2950e5

Browse files
committed
Fix docker-compose production and deserialization handlers
1 parent ee6bb97 commit c2950e5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

kafka-streams-quickstarts/kafka-streams-exception-handler-deserialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ This command will start the following services in Docker:
4747
- 1 Schema registry
4848
- 1 Control Center
4949
- 1 producer Person
50-
- 1 Kafka Streams Deserialization Exception Handler
50+
- 1 Kafka Streams Exception Handler Deserialization

kafka-streams-quickstarts/kafka-streams-exception-handler-deserialization/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ services:
8888
}
8989
}
9090
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
9595
networks:
9696
- spring-boot-kafka-quickstarts
9797
depends_on:

kafka-streams-quickstarts/kafka-streams-exception-handler-production/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ This command will start the following services in Docker:
4949
- 1 Schema registry
5050
- 1 Control Center
5151
- 1 producer Person
52-
- 1 Kafka Streams Production Exception Handler
52+
- 1 Kafka Streams Exception Handler Production

kafka-streams-quickstarts/kafka-streams-exception-handler-production/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ services:
8888
}
8989
}
9090
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
9595
networks:
9696
- spring-boot-kafka-quickstarts
9797
depends_on:

0 commit comments

Comments
 (0)