From 615804ff34cc220397d6a84417f67a649a262f37 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 5 Jan 2017 16:19:12 +0100 Subject: [PATCH] Polish configuration keys documentation --- .../src/main/asciidoc/appendix-application-properties.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 061481cfc8e..aada3f6d817 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -881,7 +881,7 @@ content into your application; rather pick only the properties that you need. spring.kafka.consumer.group-id= # Unique string that identifies the consumer group this consumer belongs to. spring.kafka.consumer.heartbeat-interval= # Expected time in milliseconds between heartbeats to the consumer coordinator. spring.kafka.consumer.key-deserializer= # Deserializer class for keys. - spring.kafka.consumer.max-poll-messages= # Maximum number of records returned in a single call to poll(). + spring.kafka.consumer.max-poll-records= # Maximum number of records returned in a single call to poll(). spring.kafka.consumer.value-deserializer= # Deserializer class for values. spring.kafka.listener.ack-count= # Number of records between offset commits when ackMode is "COUNT" or "COUNT_TIME". spring.kafka.listener.ack-mode= # Listener AckMode; see the spring-kafka documentation. @@ -962,8 +962,8 @@ content into your application; rather pick only the properties that you need. endpoints.actuator.path= # Endpoint URL path. endpoints.actuator.sensitive=false # Enable security on the endpoint. endpoints.auditevents.enabled= # Enable the endpoint. - endpoints.auditevents.id= # Endpoint identifier. endpoints.auditevents.path= # Endpoint path. + endpoints.auditevents.sensitive=false # Enable security on the endpoint. endpoints.autoconfig.enabled= # Enable the endpoint. endpoints.autoconfig.id= # Endpoint identifier. endpoints.autoconfig.path= # Endpoint path.