hyperledger-firefly / hyperledger-firefly/firefly
Feature request: additional static context to pass from subscription to event notification
Open
enhancement
- Dominant language
- Go
- Stars
- 602
- Forks
- 246
- Avg merge
- 18h 47m
- Merged PRs (30d)
- 6
Description
When creating a subscription, it would be great to be able to provide information (separate to the `name`) that will be passed to each event that is emitted from that subscription.
So that if your application is listening to multiple subscriptions, which might contain overlapping data, you can distribute them to the right logic block. It's particularly an issue with ephemeral subscriptions, because you can't specify the `name` of the subscription to know which sub-part of your application is interested in parsing/enriching/post-filtering that data.
Contributor guide
Assessment
This issue has not been assessed yet.