@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
TxnOffsetCommitTopicResponse
Type Alias TxnOffsetCommitTopicResponse
Per-topic result in TxnOffsetCommit response.
type
TxnOffsetCommitTopicResponse
=
{
name
:
string
;
partitions
:
readonly
TxnOffsetCommitPartitionResponse
[]
;
}
Index
Properties
name
partitions
Properties
Readonly
name
name
:
string
Topic name.
Readonly
partitions
partitions
:
readonly
TxnOffsetCommitPartitionResponse
[]
Per-partition results.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
partitions
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
Per-topic result in TxnOffsetCommit response.