Skip to content

Commit 615804f

Browse files
committed
Polish configuration keys documentation
1 parent 6293033 commit 615804f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ content into your application; rather pick only the properties that you need.
881881
spring.kafka.consumer.group-id= # Unique string that identifies the consumer group this consumer belongs to.
882882
spring.kafka.consumer.heartbeat-interval= # Expected time in milliseconds between heartbeats to the consumer coordinator.
883883
spring.kafka.consumer.key-deserializer= # Deserializer class for keys.
884-
spring.kafka.consumer.max-poll-messages= # Maximum number of records returned in a single call to poll().
884+
spring.kafka.consumer.max-poll-records= # Maximum number of records returned in a single call to poll().
885885
spring.kafka.consumer.value-deserializer= # Deserializer class for values.
886886
spring.kafka.listener.ack-count= # Number of records between offset commits when ackMode is "COUNT" or "COUNT_TIME".
887887
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.
962962
endpoints.actuator.path= # Endpoint URL path.
963963
endpoints.actuator.sensitive=false # Enable security on the endpoint.
964964
endpoints.auditevents.enabled= # Enable the endpoint.
965-
endpoints.auditevents.id= # Endpoint identifier.
966965
endpoints.auditevents.path= # Endpoint path.
966+
endpoints.auditevents.sensitive=false # Enable security on the endpoint.
967967
endpoints.autoconfig.enabled= # Enable the endpoint.
968968
endpoints.autoconfig.id= # Endpoint identifier.
969969
endpoints.autoconfig.path= # Endpoint path.

0 commit comments

Comments
 (0)