You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Florian Hussonnois (JIRA)" <ji...@apache.org> on 2018/05/26 19:27:00 UTC

[jira] [Created] (KAFKA-6957) Add getter to AbstractStream class to make internalTopologyBuilder accessible outside of package

Florian Hussonnois created KAFKA-6957:
-----------------------------------------

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


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)