Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since the design for atomic writes of source records and their offsets relies on source offsets being stored in a Kafka topic, standalone mode is not eligible. If there is sufficient demand, we may add this capability to standalone mode in the future.

Admin API to fence out transactional IDs

In order to fence out producers by transactional ID, the leader spins up an otherwise-unused producer and calls initTransactions on it. It may be better to add an API to the admin interface that can perform the task of fencing out one or more transactional IDs to obviate the need for these non-producing producers.