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/12/29 00:28:37 UTC

[GitHub] [kafka] mjsax commented on pull request #5550: Get state store from Materialized

mjsax commented on PR #5550:
URL: https://github.com/apache/kafka/pull/5550#issuecomment-1366998136

   I don't think we can fix this -- note that `TopologyTestDriver` does not know anything about the DSL, but only about a `Topology`. The DSL is an independent layer on top that produces a `Topology`, and `Materialize` is a DSL object.
   
   It's good design to keep both layers independent, and the lower level `Topology` layer should not be "polluted" with DSL concept.
   
   Closing this stale PR.


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