nicktelford commented on PR #14839:
URL: https://github.com/apache/kafka/pull/14839#issuecomment-1825885812

   This is part of KIP-892, and has been broken out into a separate PR to 
reduce the review burden on the main KIP-892 implementation, since it can be 
merged independently.
   
   Note: KIP-892 requires this, because under `READ_COMMITTED`, `RocksDBStore` 
needs to know whether to return records from the current transaction buffer 
(for processing threads), or whether to return only records committed to the 
underlying RocksDB database (interactive query threads).
   
   Previously, this was done with an `instanceof StreamThread` check, but with 
the experimental `TaskExecutorThread` implementation in `trunk`, we need some 
way to abstract this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to