Skip to content

Commit

Permalink
kraft with transactions support (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Oct 14, 2023
1 parent 21b222d commit a6e3e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ services:
KAFKA_CONTROLLER_QUORUM_VOTERS: 1@127.0.0.1:9093
ALLOW_PLAINTEXT_LISTENER: 'yes'
KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'true'
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1

0 comments on commit a6e3e5d

Please sign in to comment.