You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/24 12:27:37 UTC

[GitHub] [pulsar] lhotari opened a new issue #11075: [Functions] Python instance doesn't use the given subscription name for input topic consumer

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



[GitHub] [pulsar] sijie closed issue #11075: [Functions] Python instance doesn't use the given subscription name for input topic consumer

Posted by GitBox <gi...@apache.org>.
sijie closed issue #11075:
URL: https://github.com/apache/pulsar/issues/11075


   


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