streamnative / pulsar-archived

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org
Apache License 2.0
72 stars 25 forks source link

ISSUE-13807: Ability to store metadata about functions #3585

Open sijie opened 2 years ago

sijie commented 2 years ago

Original Issue: apache/pulsar#13807


would be very handy to have the ability to store metadata about functions

analogous to metadata for topics

https://github.com/apache/pulsar/issues/12629

advantages (same as for topics):

Introduce the ability to store metadata about topics. This would be very useful as with metadata you could add labels and other pieces of information that would allow defining the purpose of a topic, custom application-level properties. This feature will allow application-level diagnostic tools and maintenance tools to not need external databases to store such metadata.

Imagine that we could add a simple key value map (String keys and String values) to the topic. These metadata could be set during topic creation and also updated.

github-actions[bot] commented 2 years ago

The issue had no activity for 30 days, mark with Stale label.