

The number of partitions for the transaction topic (should not change after deployment). Overridden config for the transaction topic. Internal topic creation will fail until the cluster size meets this replication factor requirement. The replication factor for the transaction topic (set higher to ensure availability). The replication factor for the offsets topic (set higher to ensure availability).
#Kafka streams enable snappy compression manual
For standalone consumers (using manual assignment), offsets will be expired after the time of last commit plus this retention period. becomes empty) its offsets will be kept for this retention period before getting discarded. The socket receive buffer for network requestsĪfter a consumer group loses all its consumers (i.e. The maximum record batch size accepted by the broker is defined via (broker config) or (topic config). This is not an absolute maximum, if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made. The number of bytes of messages to attempt to fetch for each partition. See for limiting the consumer request size. If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. Records are fetched in batches by the consumer. The maximum amount of data per-partition the server will return.

If a follower hasn’t sent any fetch requests or hasn’t consumed up to the leaders log end offset for at least this time, the leader will remove the follower from isr

Increasing this value can increase the degree of I/O parallelism in the follower broker. Number of fetcher threads used to replicate messages from a source broker. The number of threads to use for various background processing tasks Indicates whether to enable replicas not in the ISR set to be elected as leader as a last resort, even though doing so may result in data loss Again please reference the Strimzi page for information on setting broker propertiesĮnable auto creation of topic on the server
