Skip to main content
Version: latest

Configuration Defaults

Configuration defaults for the Fluvio Client and Cluster can be found on this page

Fluvio Client

Producer

ResourceDefault Value
max_request_size1048576 bytes
batch_size16384 bytes
compressionnone
linger0 ms

See the Batching page for additional info regarding these parameters

Consumer

See the Consumers concepts page for more information about consumers

Cluster

When a Fluvio Cluster is created without extra params, either in Kubernetes or locally certain assumptions on limitations are made.

This document outlines the default configurations for a Fluvio Cluster.

ResourceDefault Value
SPUs1

SPU Group

ResourceDefault Value
Number of replicas1
Minimum ID in Group0
Store Size10 GB

SPUs

ResourceDefault Value
SPU ID0
SPU TypeManaged
Public Endpoint's IP Addresslocalhost:30004
Public Endpoint EncryptionPLAINTEXT
Private Endpoint's IP Addressfluvio-spg-main.default.svc.cluster.local:9006
Private Endpoint EncryptionPLAINTEXT
tip

By default SPU communication have no encryption enabled.
It is recommended to enable encryption for production clusters.

Topic

ResourceDefault Value
Compression TypeNot specified.
Partitions1
Replicas1
Segment Size1 GB

Partition

ResourceDefault Value
Replicas0

For information on changing the defaults see the advanced Overriding page