Hi everyone, We're circling back to KIP-892, with the goal of including it in 4.4. To that end, I've updated the KIP with substantial design improvements: https://cwiki.apache.org/confluence/display/KAFKA/KIP-892:+Transactional+Semantics+for+StateStores
Highlights: - TransactionBuffers that support both RocksDB and InMemory stores - Support for custom IsolationLevel of Interactive Queries, including a default (IQv1 and IQv2) and a per-request isolation level (IQv2 only) - New store-level metric for uncommitted-bytes Let me know what you think! Regards, Nick On Wed, 17 Apr 2024 at 11:50, Nick Telford <[email protected]> wrote: > Hi Walker, > > Feel free to ask away, either on the mailing list of the Confluent > Community Slack, where I hang out :-) > > The implementation is *mostly* complete, although it needs some polishing. > It's worth noting that KIP-1035 is a hard prerequisite for this. > > Regards, > Nick >
