dajac opened a new pull request, #19461:
URL: https://github.com/apache/kafka/pull/19461

   This patch extends the OffsetCommit API to support topic ids. From version 
10 of the API, topic ids must be used. Originally, we wanted to support both 
using topic ids and topic names from version 10 but it turns out that it makes 
everything more complicated. Hence we propose to only support topic ids from 
version 10. Clients which only support using topic names can either lookup the 
topic ids using the Metadata API or stay on using an earlier version.
   
   The patch only contains the server side changes and it keeps the version 10 
as unstable for now. We will mark the version as stable when the client side 
changes are merged in.
   


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