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 2019/01/21 22:45:34 UTC

[GitHub] david-streamlio opened a new issue #3396: Add missing methods to SinkContext & SourceContext interfaces

david-streamlio opened a new issue #3396: Add missing methods to SinkContext & SourceContext interfaces
URL: https://github.com/apache/pulsar/issues/3396
 
 
   **Is your feature request related to a problem? Please describe.**
   I would like it if the Context objects for Pulsar Sinks & Sources had the same methods defined as the Context object for Pulsar functions, 
   https://github.com/apache/pulsar/blob/master/pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/Context.java
   
   **Describe the solution you'd like**
   Make the following context objects interface definitions as close as practical to the functions context interface to provide some level of consistency when developing them
   
   https://github.com/apache/pulsar/blob/master/pulsar-io/core/src/main/java/org/apache/pulsar/io/core/SinkContext.java &
   
   https://github.com/apache/pulsar/blob/master/pulsar-io/core/src/main/java/org/apache/pulsar/io/core/SourceContext.java interfaces
   
    e.g. Logger getLogger(); is missing from Sink & Source
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services