Skip to content

Commit dfc3687

Browse files
committed
Remove unused property in application.properties
The 'spring.kafka.producer.properties.spring.json.type.mapping' property which mapped to the 'nawaphon.microservices.messaging.rest.receiver.pojo.Message' package has been removed from application.properties. This unused property parsed Kafka messages to a type that was not needed. The removal tidies the code base and reduces complexity.
1 parent 3195dae commit dfc3687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

messaging/event_sourcing/producer/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ server.servlet.context-path=/event-sourcing/producer
22
spring.kafka.bootstrap-servers=${KAFKA_BOOSTRAP_SERVERS}
33
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.UUIDSerializer
44
spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer
5-
spring.kafka.producer.properties.spring.json.type.mapping=nawaphon.microservices.messaging.rest.receiver.pojo.Message
65

76
logging.level.root=${LOG_LEVEL:INFO}

0 commit comments

Comments
 (0)