Skip to content

Commit

Permalink
docs: update application-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yooyouny committed Oct 15, 2024
1 parent b76b683 commit ef738ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions service/product/server/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@ spring:
host: product-cache
port: 6380

kafka:
bootstrap-servers: kafka:9092
listener:
ack-mode: MANUAL
producer:
key-serializer: org.apache.kafka.common.serialization.StringSerializer
value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
consumer:
group-id: product
auto-offset-reset: latest
key-deserializer: org.apache.kafka.common.serialization.StringDeserializer
value-deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
properties:
spring:
json:
trusted:
packages: "*"

product:
search-index: "sasaping-ecommerce-products"

Expand Down

0 comments on commit ef738ea

Please sign in to comment.