You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -917,7 +917,7 @@ content into your application; rather pick only the properties that you need.
917
917
spring.kafka.listener.concurrency= # Number of threads to run in the listener containers.
918
918
spring.kafka.listener.poll-timeout= # Timeout in milliseconds to use when polling the consumer.
919
919
spring.kafka.producer.acks= # Number of acknowledgments the producer requires the leader to have received before considering a request complete.
920
-
spring.kafka.producer.batch-size= # Number of records to batch before sending.
920
+
spring.kafka.producer.batch-size= # Default batch size in bytes.
921
921
spring.kafka.producer.bootstrap-servers= # Comma-delimited list of host:port pairs to use for establishing the initial connection to the Kafka cluster.
922
922
spring.kafka.producer.buffer-memory= # Total bytes of memory the producer can use to buffer records waiting to be sent to the server.
923
923
spring.kafka.producer.client-id= # Id to pass to the server when making requests; used for server-side logging.
0 commit comments