lhotari opened a new issue #11075: URL: https://github.com/apache/pulsar/issues/11075
**Describe the bug** When creating a function, it's possible to set the subscription name with the `--subs-name` parameter ``` --subs-name Pulsar source subscription name if user wants a specific subscription-name for input-topic consumer ``` However this setting is ignored in the Python instance runner. **Expected behavior** The given subscription name should be used. **Additional context** Code: https://github.com/apache/pulsar/blob/334dffdb95035349cc0fdbc9f84a15d2422a825b/pulsar-functions/instance/src/main/python/python_instance.py#L139-L141 -- 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