You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/30 00:52:44 UTC

[GitHub] [pulsar] david-streamlio commented on pull request #8164: [Issue-8162] [pulsar-io] Added org.apache.pulsar.io.core.Context interface

david-streamlio commented on pull request #8164:
URL: https://github.com/apache/pulsar/pull/8164#issuecomment-701096095


   @jerrypeng I have moved the duplicate method definitions into a "base" interface named `Context`, all the Source specific methods such as `String getOutputTopic();` remain in the SourceContext interface, while the Sink specific methods such as `Collection<String> getInputTopics();` remain in the SinkContext interface. Both the `SinkContext` and `SourceContext` will extend the base `Context` interface. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org