From 71b26b0ed3e29221e315775109aec8ce2d327b20 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Mon, 15 Feb 2016 12:53:57 +0530 Subject: [PATCH] Remove unused kafka binder properties --- .../META-INF/spring-cloud-stream/kafka-binder.properties | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/src/main/resources/META-INF/spring-cloud-stream/kafka-binder.properties b/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/src/main/resources/META-INF/spring-cloud-stream/kafka-binder.properties index d64b8fbc6..41e6ea09f 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/src/main/resources/META-INF/spring-cloud-stream/kafka-binder.properties +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/src/main/resources/META-INF/spring-cloud-stream/kafka-binder.properties @@ -3,13 +3,6 @@ spring.cloud.stream.binder.kafka.defaultBrokerPort=${vcap.services.kafka.credent spring.cloud.stream.binder.kafka.zkNodes=${vcap.services.kafka.credentials.zookeeper.node_ips:localhost} spring.cloud.stream.binder.kafka.defaultZkPort=${vcap.services.kafka.credentials.zookeeper.port:2181} spring.cloud.stream.binder.kafka.mode=embeddedHeaders -spring.cloud.stream.binder.kafka.offsetStoreTopic=SpringXdOffsets -spring.cloud.stream.binder.kafka.offsetStoreSegmentSize=25000000 -spring.cloud.stream.binder.kafka.offsetStoreRetentionTime=60000 -spring.cloud.stream.binder.kafka.offsetStoreRequiredAcks=1 -spring.cloud.stream.binder.kafka.offsetStoreMaxFetchSize=1048576 -spring.cloud.stream.binder.kafka.offsetStoreBatchBytes=16384 -spring.cloud.stream.binder.kafka.offsetStoreBatchTime=1000 spring.cloud.stream.binder.kafka.offsetUpdateTimeWindow=10000 spring.cloud.stream.binder.kafka.offsetUpdateCount=0 spring.cloud.stream.binder.kafka.offsetUpdateShutdownTimeout=2000