@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
AddPartitionsToTxnTopic
Type Alias AddPartitionsToTxnTopic
A topic with partitions to add to a transaction.
type
AddPartitionsToTxnTopic
=
{
name
:
string
;
partitions
:
readonly
number
[]
;
}
Index
Properties
name
partitions
Properties
Readonly
name
name
:
string
Topic name.
Readonly
partitions
partitions
:
readonly
number
[]
Partition indexes to add.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
partitions
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
A topic with partitions to add to a transaction.