Open
Description
Is your feature request related to a problem? Please describe.
The company that i'm working in has strict rules regarding topic names. Auto-creation of topics is not allowed, and names vary depending on the environment and other factors.
tumbling_window
functions use dedicated topics intentionally, but their names are not configurable.
Describe the solution you'd like
Any function requiring a working topic should have a parameter to specify the topic name.
Describe alternatives you've considered
Currently, there is no solution, which prevents the use of any function relying on a working topic—this represents a significant limitation.