File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ spring.kafka.bootstrap-servers=localhost:9092
22spring.kafka.topic.name =com.madadipouya.kafka.user
33spring.kafka.replication.factor =3
44spring.kafka.partition.number =2
5- spring.kafka.consumer.bootstrap-servers =localhost:9092
65spring.kafka.consumer.group-id =kafka-user-listener
76spring.kafka.consumer.auto-offset-reset =earliest
87spring.kafka.consumer.key-deserializer =org.apache.kafka.common.serialization.StringDeserializer
@@ -14,5 +13,3 @@ spring.kafka.producer.value-serializer=org.springframework.kafka.support.seriali
1413spring.kafka.producer.properties.spring.json.value.default.type =com.madadipouya.springkafkatest.dto.User
1514# more about default serializer and deserializer here:
1615# https://docs.spring.io/spring-kafka/api/constant-values.html
17-
18- server.port =8099
You can’t perform that action at this time.
0 commit comments