Skip to main content

Topic

Tiers

This feature is available for the following tiers: Standard, Premium.

Packages:

kafka.entigo.com/v1alpha1

Resource Types:

Topic

↩ Parent
NameTypeDescriptionRequired
apiVersionstringkafka.entigo.com/v1alpha1true
kindstringTopictrue
metadataobjectRefer to the Kubernetes API documentation for the fields of the metadata field.true
specobject
false

Topic.spec

↩ Parent
NameTypeDescriptionRequired
clusterNamestring

Name of the MSK cluster name

true
configmap[string]string

Topic-level configuration

false
partitionsinteger

Number of partitions


Default: 3
Minimum: 1

false
replicationFactorinteger

Replication factor


Default: 3
Minimum: 1

false