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

   
[KIP-744](https://cwiki.apache.org/confluence/display/KAFKA/KIP-744%3A+Migrate+TaskMetadata+and+ThreadMetadata+to+an+interface+with+internal+implementation)
 introduced the `StreamsMetadata` class as part of the 
[implementation](https://github.com/apache/kafka/pull/10840/files#diff-5b59e1e7e1efefa5832392880d20f6a846fe3154f314ed30470af44103622c0a).
  In the KIP, the javadoc for the `standbyTopicPartitions` states that the 
method returns the set of source `TopicPartition` that it represents as a 
standby. The [current javadoc 
](https://javadoc.io/static/org.apache.kafka/kafka-streams/3.9.0/org/apache/kafka/streams/StreamsMetadata.html#standbyTopicPartitions--)states
 that it represents the changelog `TopicPartition`(s).  While the partitions of 
the source and changelog topics will match, the javadoc needs to be updated to 
reflect the correct behavior. 
   
   ### 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: [email protected]

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

Reply via email to