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)