Confluent Kafka is a fully managed, cloud-native event streaming platform based on Apache Kafka. It provides a robust, scalable, and highly available infrastructure for building event-driven applications and real-time data pipelines. Confluent Kafka offers enhanced features over Apache Kafka, including advanced security, multi-region clusters, and a comprehensive ecosystem of fully managed connectors and tools for easier data integration and stream processing.

Default hierarchy

In the chart below, you will find the organizational structure of Confluent Kafka objects. Objects are represented in green and folders are in yellow. confluent-kafka

Object types

Dawiso ingests the following objects from Confluent Kafka:

Cluster

Source AttributeTarget Attribute in Dawiso
ClusterIdCluster ID
ClusterNameName
BootstrapServersBootstrap Servers

Topic

Source AttributeTarget Attribute in Dawiso
TopicNameName
PartitionsCountNumber of Partitions
ReplicationFactorReplication Factor
CleanupPolicyCleanup Policy
RetentionMsRetention Time (ms)
RetentionBytesRetention Size (bytes)
MaxMessageBytesMax Message Size (bytes)
MinInsyncReplicasMinimum In-Sync Replicas
SegmentBytesSegment Size (bytes)
SegmentMsSegment Time (ms)
MessageTimestampTypeMessage Timestamp Type
CompressionTypeCompression Type

Consumer Group

Source AttributeTarget Attribute in Dawiso
GroupIdGroup ID
StateState
MemberCountNumber of Members
SubscribedTopicsSubscribed Topics
TotalLagTotal Lag

Consumer Group-Topic Relationship

Source AttributeTarget Attribute in Dawiso
ConsumerGroupKeyConsumer Group Reference
TopicKeyTopic Reference
PartitionPartition
CurrentOffsetCurrent Offset
LagLag

Schema Registry

Source AttributeTarget Attribute in Dawiso
RegistryNameName
EndpointEndpoint URL

Schema

Source AttributeTarget Attribute in Dawiso
SubjectName
SchemaTypeSchema Type
CompatibilityCompatibility Mode

Schema Version

Source AttributeTarget Attribute in Dawiso
VersionVersion Number
SchemaDefinitionSchema Definition

Schema Field

Source AttributeTarget Attribute in Dawiso
FieldNameName
FieldTypeData Type
IsNullableIs Nullable
DefaultValueDefault Value
DescriptionDescription