Add Kafka sample
See gh-11597
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
spring.kafka.bootstrap-servers=localhost:9092
|
||||
spring.kafka.consumer.group-id=myGroup
|
||||
spring.kafka.consumer.value-deserializer=org.springframework.kafka.support.serializer.JsonDeserializer
|
||||
spring.kafka.Producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer
|
||||
spring.kafka.consumer.properties.spring.json.trusted.packages=sample.kafka
|
||||
Reference in New Issue
Block a user