mumrah commented on PR #17204:
URL: https://github.com/apache/kafka/pull/17204#issuecomment-2372460609

   I actually really like that approach, @chia7712. It's simpler than running 
additional CI and managing remote refs. 
   
   Just thinking out loud, but perhaps we can use a git alias to find the 
latest cached SHA and create a local ref. Then we can merge like normal.
   
   ```
   git update-cache // git alias that uses API to find latest cached SHA, 
creates a ref
   git merge trunk-cached // merge a ref like normal
   ```
   
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to