We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d353038 commit 7f7d5b1Copy full SHA for 7f7d5b1
smoke-test/spring-boot-smoke-test-kafka/src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
spring.kafka.bootstrap-servers=localhost:9092
2
spring.kafka.consumer.group-id=testGroup
3
spring.kafka.consumer.auto-offset-reset=earliest
4
-spring.kafka.consumer.value-deserializer=org.springframework.kafka.support.serializer.JsonDeserializer
+spring.kafka.consumer.value-deserializer=org.springframework.kafka.support.serializer.JacksonJsonDeserializer
5
spring.kafka.consumer.properties.spring.json.trusted.packages=smoketest.kafka
6
-spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer
+spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JacksonJsonSerializer
0 commit comments