You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/06/29 02:02:55 UTC

[GitHub] [kafka] Justinwins opened a new pull request, #12358: KAFKA-13988:Fix mm2 auto.offset.reset=latest not working

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

   
   see https://issues.apache.org/jira/projects/KAFKA/issues/KAFKA-13988?filter=allopenissues
   
   I bumped into the same issue in production env, and i worked around in this way (as PR ).
   
   With `topicPartitionOffsets.forEach(consumer::seek);`,  mm2 seeks all topic partitions even though there have been no commits 
   in mm2-offset topic .For example, if A-0 is a topic parition in source target , and mm2 has never synced it before; then mm2 will seek to 0 for A-0, and sync from 0 .
   
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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-unsubscribe@kafka.apache.org

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


Re: [PR] KAFKA-13988:Fix mm2 auto.offset.reset=latest not working [kafka]

Posted by "C0urante (via GitHub)" <gi...@apache.org>.
C0urante closed pull request #12358: KAFKA-13988:Fix mm2 auto.offset.reset=latest not working
URL: https://github.com/apache/kafka/pull/12358


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] lvillaca commented on pull request #12358: KAFKA-13988:Fix mm2 auto.offset.reset=latest not working

Posted by "lvillaca (via GitHub)" <gi...@apache.org>.
lvillaca commented on PR #12358:
URL: https://github.com/apache/kafka/pull/12358#issuecomment-1594475316

   > @yuz10 are you able to ping someone to get this moving forward? This must be blocking a lot of people of upgrading existing installs.
   > 
   > Thanks.
   
   Our project is also interested in this fix, it's a major issue for us as with the legacy version (for which this feature worked fine) we could not propagate offsets. Thanks!


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] Justinwins commented on pull request #12358: KAFKA-13988:Fix mm2 auto.offset.reset=latest not working

Posted by GitBox <gi...@apache.org>.
Justinwins commented on PR #12358:
URL: https://github.com/apache/kafka/pull/12358#issuecomment-1169453143

   @ryannedolan  could you take a look at this issue ?


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] electrical commented on pull request #12358: KAFKA-13988:Fix mm2 auto.offset.reset=latest not working

Posted by "electrical (via GitHub)" <gi...@apache.org>.
electrical commented on PR #12358:
URL: https://github.com/apache/kafka/pull/12358#issuecomment-1408885972

   We are hitting the same issue while we want to switch from MM1 to MM2.
   Would be great to see this fixed so we can switch over
   
   Thanks!


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] electrical commented on pull request #12358: KAFKA-13988:Fix mm2 auto.offset.reset=latest not working

Posted by "electrical (via GitHub)" <gi...@apache.org>.
electrical commented on PR #12358:
URL: https://github.com/apache/kafka/pull/12358#issuecomment-1521739130

   @yuz10 are you able to ping someone to get this moving forward? This must be blocking a lot of people of upgrading existing installs.
   
   Thanks.


-- 
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-unsubscribe@kafka.apache.org

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


Re: [PR] KAFKA-13988:Fix mm2 auto.offset.reset=latest not working [kafka]

Posted by "C0urante (via GitHub)" <gi...@apache.org>.
C0urante commented on PR #12358:
URL: https://github.com/apache/kafka/pull/12358#issuecomment-1898636336

   Superseded by https://github.com/apache/kafka/pull/14567


-- 
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-unsubscribe@kafka.apache.org

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