[ https://issues.apache.org/jira/browse/KAFKA-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359577#comment-15359577 ]
Guozhang Wang commented on KAFKA-3922: -------------------------------------- [~fhussonnois] This sounds a good idea. I have assigned the ticket to you, feel free to follow the below instructions to submit a PR: https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes#ContributingCodeChanges-PullRequest > Add a copy-constructor to AbstractStream > ---------------------------------------- > > Key: KAFKA-3922 > URL: https://issues.apache.org/jira/browse/KAFKA-3922 > Project: Kafka > Issue Type: Improvement > Components: streams > Affects Versions: 0.10.0.0 > Reporter: Florian Hussonnois > Assignee: Florian Hussonnois > Priority: Trivial > Labels: api > > It would be nice to have a copy constructor into the class AbstractStream. > This constructor will allow to decorate KStreamImpl and KTableImpl APIs with > new methods without impacting the public API. > I think, this can be special useful for community projects which would like > to develop DSL extensions. This constructor will give access to the protected > members of the AbstractStream. > I can made a PR if you think this change is possible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)