Skip to content

Commit

Permalink
fix package names
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeburia committed Dec 8, 2023
1 parent 309e342 commit bf3e2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spring.kafka.template.default-topic=notificationTopic
spring.kafka.consumer.group-id=notificationId
spring.kafka.consumer.key-deserializer=org.apache.kafka.common.serialization.StringDeserializer
spring.kafka.consumer.value-deserializer=org.springframework.kafka.support.serializer.JsonDeserializer
spring.kafka.consumer.properties.spring.json.type.mapping=event:com.programming.techie.OrderPlacedEvent
spring.kafka.consumer.properties.spring.json.type.mapping=event:com.redbadger.notificationservice.OrderPlacedEvent
spring.kafka.properties.security.protocol=PLAINTEXT
2 changes: 1 addition & 1 deletion order-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ spring.kafka.bootstrap-servers=${KAFKA_URL}
spring.kafka.template.default-topic=notificationTopic
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer
spring.kafka.producer.properties.spring.json.type.mapping=event:com.programmingtechie.orderservice.event.OrderPlacedEvent
spring.kafka.producer.properties.spring.json.type.mapping=event:com.redbadger.orderservice.event.OrderPlacedEvent

0 comments on commit bf3e2eb

Please sign in to comment.