[ https://issues.apache.org/jira/browse/KAFKA-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang resolved KAFKA-6957. ---------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 > Add getter to AbstractStream class to make internalTopologyBuilder accessible > outside of package > ------------------------------------------------------------------------------------------------ > > Key: KAFKA-6957 > URL: https://issues.apache.org/jira/browse/KAFKA-6957 > Project: Kafka > Issue Type: Improvement > Components: streams > Affects Versions: 1.1.0 > Reporter: Florian Hussonnois > Assignee: Florian Hussonnois > Priority: Minor > Fix For: 2.0.0 > > > Currently, the AbstractStream class defines a copy-constructor that allow to > extend KStream and KTable APIs with new methods without impacting the public > interface. > However adding new processor or/and store to the topology is made throught > the internalTopologyBuilder that is not accessible from AbstractStream > subclasses defined outside of the package (package visibility). -- This message was sent by Atlassian JIRA (v7.6.3#76005)