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
spring.kafka.streams.auto-startup=true # Whether or not to auto-start the streams factory bean.
1113
1113
spring.kafka.streams.bootstrap-servers= # Comma-delimited list of host:port pairs to use for establishing the initial connections to the Kafka cluster. Overrides the global property, for streams.
1114
-
spring.kafka.streams.cache-max-size-buffering= # Maximum number of memory size to be used for buffering across all threads.
1114
+
spring.kafka.streams.cache-max-size-buffering= # Maximum memory size to be used for buffering across all threads.
1115
1115
spring.kafka.streams.client-id= # ID to pass to the server when making requests. Used for server-side logging.
1116
1116
spring.kafka.streams.properties.*= # Additional Kafka properties used to configure the streams.
1117
1117
spring.kafka.streams.replication-factor= # The replication factor for change log topics and repartition topics created by the stream processing application.
@@ -1155,7 +1155,7 @@ content into your application. Rather, pick only the properties that you need.
1155
1155
spring.rabbitmq.listener.simple.idle-event-interval= # How often idle container events should be published.
1156
1156
spring.rabbitmq.listener.simple.max-concurrency= # Maximum number of listener invoker threads.
1157
1157
spring.rabbitmq.listener.simple.missing-queues-fatal=true # Whether to fail if the queues declared by the container are not available on the broker and/or whether to stop the container if one or more queues are deleted at runtime.
1158
-
spring.rabbitmq.listener.simple.prefetch= # Number of messages to be handled in a single request. It should be greater than or equal to the transaction size (if used).
1158
+
spring.rabbitmq.listener.simple.prefetch= # Maximum number of unacknowledged messages that can be outstanding at each consumer.
1159
1159
spring.rabbitmq.listener.simple.retry.enabled=false # Whether publishing retries are enabled.
1160
1160
spring.rabbitmq.listener.simple.retry.initial-interval=1000ms # Duration between the first and second attempt to deliver a message.
1161
1161
spring.rabbitmq.listener.simple.retry.max-attempts=3 # Maximum number of attempts to deliver a message.
0 commit comments