File tree 1 file changed +2
-2
lines changed
spring-boot-docs/src/main/asciidoc
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ content into your application; rather pick only the properties that you need.
881
881
spring.kafka.consumer.group-id= # Unique string that identifies the consumer group this consumer belongs to.
882
882
spring.kafka.consumer.heartbeat-interval= # Expected time in milliseconds between heartbeats to the consumer coordinator.
883
883
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().
885
885
spring.kafka.consumer.value-deserializer= # Deserializer class for values.
886
886
spring.kafka.listener.ack-count= # Number of records between offset commits when ackMode is "COUNT" or "COUNT_TIME".
887
887
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.
962
962
endpoints.actuator.path= # Endpoint URL path.
963
963
endpoints.actuator.sensitive=false # Enable security on the endpoint.
964
964
endpoints.auditevents.enabled= # Enable the endpoint.
965
- endpoints.auditevents.id= # Endpoint identifier.
966
965
endpoints.auditevents.path= # Endpoint path.
966
+ endpoints.auditevents.sensitive=false # Enable security on the endpoint.
967
967
endpoints.autoconfig.enabled= # Enable the endpoint.
968
968
endpoints.autoconfig.id= # Endpoint identifier.
969
969
endpoints.autoconfig.path= # Endpoint path.
You can’t perform that action at this time.
0 commit comments