Skip to content

Commit

Permalink
changed inventory event topic
Browse files Browse the repository at this point in the history
  • Loading branch information
syrinejl committed Dec 27, 2024
1 parent 9b526c6 commit 55962fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pricing/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring.application.name=pricing
server.port=8086


spring.datasource.url=jdbc:postgresql://localhost:5432/db_pricing
spring.datasource.url=jdbc:postgresql://localhost:5439/db_pricing
spring.datasource.username=postgres
spring.datasource.password=azerty
spring.datasource.driver-class-name=org.postgresql.Driver
Expand All @@ -23,7 +23,7 @@ spring.kafka.bootstrap-servers=localhost:9092
spring.kafka.consumer.group-id=pricing-service
spring.kafka.consumer.auto-offset-reset=earliest

spring.kafka.topic.inventory-topic=product-availability
spring.kafka.topic.inventory-topic=product-created-id
spring.kafka.topic.price-update-topic=product-price-update


Expand Down

0 comments on commit 55962fa

Please sign in to comment.