Is your feature request related to a problem? Please describe.
Java and Go APIs have getInputTopics / GetInputTopics in the context object. This is missing from the Python API - although it has get_output_topic
Describe the solution you'd like
Add get_input_topics()
Describe alternatives you've considered
inputSpecs.keys() is an iterable
list(inputSpecs.keys()) is a concrete list
Additional context
N/A
Is your feature request related to a problem? Please describe.
Java and Go APIs have getInputTopics / GetInputTopics in the context object. This is missing from the Python API - although it has get_output_topic
Describe the solution you'd like
Add
get_input_topics()Describe alternatives you've considered
inputSpecs.keys()is an iterablelist(inputSpecs.keys())is a concrete listAdditional context
N/A