Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

ISSUE-15750: PIP-105 Per-subscription properties are not persistent to MetadataStore #4261

Open
sijie opened this issue May 24, 2022 · 0 comments

Comments

@sijie
Copy link
Member

sijie commented May 24, 2022

Original Issue: apache#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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant