Bill Bejeck created KAFKA-20477:
-----------------------------------

             Summary: KIP-892: Add KIP-892 configuration to StreamsConfig
                 Key: KAFKA-20477
                 URL: https://issues.apache.org/jira/browse/KAFKA-20477
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Bill Bejeck


Add new configuration options for KIP-892.

StreamsConfig.java:
- statestore.uncommitted.max.bytes (default: 64MB, -1 to disable) — memory 
threshold for early commit
- default.state.isolation.level (READ_UNCOMMITTED | READ_COMMITTED) — controls 
buffering and IQ visibility
- Default for ALOS: READ_UNCOMMITTED (backward compat). Default for EOS: 
READ_COMMITTED

TopologyConfig.java — propagate isolation level
StreamsConfigUtils.java — config utilities



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to