Skip to content

Commit

Permalink
hotfix: removed serialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Saicasm committed May 12, 2024
1 parent dab7ee0 commit c41ee59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spring:
value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
consumer:
key-deserializer: org.apache.kafka.common.serialization.StringDeserializer
value-deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
data:
mongodb:
host: ${MONGO_HOST}
Expand Down

0 comments on commit c41ee59

Please sign in to comment.