@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
AddPartitionsToTxnTopicResult
Type Alias AddPartitionsToTxnTopicResult
Per-topic result in AddPartitionsToTxn response.
type
AddPartitionsToTxnTopicResult
=
{
name
:
string
;
partitions
:
readonly
AddPartitionsToTxnPartitionResult
[]
;
}
Index
Properties
name
partitions
Properties
Readonly
name
name
:
string
Topic name.
Readonly
partitions
partitions
:
readonly
AddPartitionsToTxnPartitionResult
[]
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 AddPartitionsToTxn response.