Skip to content

python API missing get_input_topics #5525

@candlerb

Description

@candlerb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/featureThe PR added a new feature or issue requested a new feature

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions