a2l007 commented on pull request #10551:
URL: https://github.com/apache/druid/pull/10551#issuecomment-731267750


   Presently, the read_committed isolation level supports transactional 
producers as well as preserves the behavior for non-transactional producers. If 
this property is made user-configurable, it is possible that a cluster operator 
may unintentionally disable it for higher versions of Kafka that support 
transactional topics. Are there any issues that may arise if we disable this 
property for higher versions of Kafka? If so, I think we should have some sort 
of logging that makes the operator aware of it.
   
   Also with non-transactional producers in lower versions of Kafka, it _may_ 
be reasonable to expect that offsets are sequential. Since we no longer have 
the offset gap check in Druid, the docs may need to make it clear that Druid 
doesn't perform this check.
   @surekhasaharan Since you had introduced the transactional topic support in 
Druid, I wanted to check if you had any comments about this PR.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to