tolgadur opened a new pull request #11562:
URL: https://github.com/apache/kafka/pull/11562


   In the new NamedTopology API being worked on, state store names and their 
uniqueness requirement is going to be scoped only to the owning topology, 
rather than to the entire app. In other words, two different named topologies 
can have different state stores with the same name.
   
   This is going to cause problems for some of the existing IQ APIs which 
require only a name to resolve the underlying state store. We're now going to 
need to take in the topology name in addition to the state store name to be 
able to locate the specific store a user wants to query
   
   ### 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-unsubscr...@kafka.apache.org

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


Reply via email to