candlerb opened a new pull request #5526: Python API: add get_input_topics()
URL: https://github.com/apache/pulsar/pull/5526
 
 
   Fixes #5525
   
   ### Motivation
   
   Feature parity with Java and Go APIs
   
   ### Modifications
   
   Add `get_input_topics()` to Python Context/ContextImpl
   
   ### Verifying this change
   
   * This change is a trivial rework / code cleanup without any test coverage.
   
   (There are no existing test cases for other ContextImpl methods like 
`get_output_topic`. But I have tested this locally within a pulsar function)
   
   ### Does this pull request potentially affect one of the following parts:
   
     - The public API: (python) adds new method
   
   ### Documentation
   
     - These methods missing from documentation anyway.  PR #5524 adds 
`get_output_topic`; `get_input_topics` can be added once that has been merged 
(or if this one is merged first, then I'll update #5524)
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to