cmccabe commented on PR #14351:
URL: https://github.com/apache/kafka/pull/14351#issuecomment-1710954958

   Thinking about this more, If something runs in premigration it should 
complete in premigration. But maybe not complete inside a transaction more 
generally. Like I can imagine us doing something later where a heartbeat kicks 
off a big transaction containing a lot of records. We wouldn't want to complete 
inside that transaction.
   
   tl;dr We can probably just get rid of RUNS_IN_TRANSACTION and have it be 
implied by:
   * you have RUNS_IN_PREMIGRATION and
   * we're in premigration


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