KafkaTopicConsumption¶
Detailed information about the consumption of a Kafka topic.
Complete reference
This is a complete reference for the KafkaTopicConsumption
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the KafkaTopicConsumption
struct in an asset:
topicName
Name of the Kafka topic. | |
---|---|
1 2 |
|
-
Set the
topicName
for aKafkaTopicConsumption
. -
Retrieve the
topicName
from aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
topicPartition
Partition of the Kafka topic. | |
---|---|
1 2 |
|
-
Set the
topicPartition
for aKafkaTopicConsumption
. -
Retrieve the
topicPartition
from aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
topicLag
Lag of the Kafka topic. | |
---|---|
1 2 |
|
-
Set the
topicLag
for aKafkaTopicConsumption
. -
Retrieve the
topicLag
from aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
topicCurrentOffset
Current offset of the Kafka topic. | |
---|---|
1 2 |
|
-
Set the
topicCurrentOffset
for aKafkaTopicConsumption
. -
Retrieve the
topicCurrentOffset
from aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
topicName
Name of the Kafka topic. | |
---|---|
1 2 3 4 5 |
|
-
Set the
topicName
for aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets.
topicPartition
Partition of the Kafka topic. | |
---|---|
1 2 3 4 5 |
|
-
Set the
topicPartition
for aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets.
topicLag
Lag of the Kafka topic. | |
---|---|
1 2 3 4 5 |
|
-
Set the
topicLag
for aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets.
topicCurrentOffset
Current offset of the Kafka topic. | |
---|---|
1 2 3 4 5 |
|
-
Set the
topicCurrentOffset
for aKafkaTopicConsumption
.For more details
For more information, see the asset CRUD snippets.