KafkaConsumerGroup#

class pyatlan.model.assets.KafkaConsumerGroup(*, typeName: str = 'KafkaConsumerGroup', attributes: KafkaConsumerGroup.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, relationshipAttributes: Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

KAFKA_CONSUMER_GROUP_MEMBER_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Number of members in this consumer group.

KAFKA_CONSUMER_GROUP_TOPIC_CONSUMPTION_PROPERTIES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

List of consumption properties for Kafka topics, for this consumer group.

KAFKA_TOPICS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

KAFKA_TOPIC_NAMES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Simple names of the topics consumed by this consumer group.

KAFKA_TOPIC_QUALIFIED_NAMES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Unique names of the topics consumed by this consumer group.