jlprat opened a new pull request #10840:
URL: https://github.com/apache/kafka/pull/10840


   Implementation of [KIP-744](https://cwiki.apache.org/confluence/x/XIrOCg).
   
   Creates new Interfaces for TaskMetadata, ThreadMetadata, and
   StreamsMetadata, providing internal implementations for each of them.
   
   Deprecates current TaskMetadata, ThreadMetadata under o.a.k.s.processor,
   and SreamsMetadata under a.o.k.s.state.
   
   Updates references on internal classes from deprecated classes to new 
interfaces.
   
   Deprecates methods on KStreams returning deprecated ThreadMeatada and
   StreamsMetadta, and provides new ones returning the new interfaces.
   
   Update Javadocs referencing to deprecated classes and methods to point
   to the right ones.
   
   ### 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.

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


Reply via email to