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 2022/05/24 08:53:29 UTC

[GitHub] [pulsar] eolivelli opened a new issue, #15750: PIP-105 Per-subscription properties are not persistent to MetadataStore

eolivelli opened a new issue, #15750:
URL: https://github.com/apache/pulsar/issues/15750

   **Describe the bug**
   When you are using subscription properties, if you restart the broker or you unload the topic, you lose the subscription properties, as they are not stored on the Metadata Service (or in any other place)
   
   **To Reproduce**
   - Create a subscription with properties
   - Verify the properties using "pulsar-admin topics stats"
   - Restart the broker
   - Verify the properties using "pulsar-admin topics stats"
   - The properties are lost
   
   **Expected behavior**
   The properties are not lost
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] lhotari closed issue #15750: PIP-105 Per-subscription properties are not persistent to MetadataStore

Posted by GitBox <gi...@apache.org>.
lhotari closed issue #15750: PIP-105 Per-subscription properties are not persistent to MetadataStore
URL: https://github.com/apache/pulsar/issues/15750


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org