import { Broker } from "https://deno.land/x/kafkasaur@v0.0.7/src/broker/index.ts";
Constructors
Properties
Methods
Send an AddOffsetsToTxn
request.
Request should be made to the transaction coordinator.
Send an AddPartitionsToTxn
request to mark a TopicPartition as participating in the transaction.
Request should be made to the transaction coordinator.
Send request to delete groups
Send request to delete records
Send an EndTxn
request to indicate transaction should be committed or aborted.
Request should be made to the transaction coordinator.
Send an InitProducerId
request to fetch a PID and bump the producer epoch.
Request should be made to the transaction coordinator.
Send request for list of groups
Send a TxnOffsetCommit
request to persist the offsets in the __consumer_offsets
topics.
Request should be made to the consumer coordinator.