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