Skip to content

Commit

Permalink
Merge branch 'rajadilipkolli:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mounikachindam3 authored Nov 11, 2023
2 parents e817052 + 140428d commit bde7822
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion catalog-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
extra_hosts: [ 'host.docker.internal:host-gateway' ]
hostname: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ spring:
fail_on_pagination_over_collection_fetch: true
in_clause_parameter_padding: true
plan_cache_max_size: 4096
session.events.log.LOG_QUERIES_SLOWER_THAN_MS: 1
# show-sql: true
main:
allow-bean-definition-overriding: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
extra_hosts: [ 'host.docker.internal:host-gateway' ]
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
extra_hosts: [ 'host.docker.internal:host-gateway' ]
ports:
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
extra_hosts: [ 'host.docker.internal:host-gateway' ]
hostname: broker
ports:
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.instancio</groupId>
<artifactId>instancio-junit</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion order-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
ports:
- "9092:9092"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion payment-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- payment-network

kafka:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
ports:
- "9092:9092"
healthcheck:
Expand Down

0 comments on commit bde7822

Please sign in to comment.