firefly-samples icon indicating copy to clipboard operation
firefly-samples copied to clipboard

Add example using tags and topics

Open nguyer opened this issue 4 years ago • 2 comments

It would be great to have an example that shows a good use case for tags and topics.

Tags: used as a way to indicate to other members of the network how to process the message. For example, is this a new customer order, or is someone cancelling an order?

Topic: used to ensure related messages are processed sequentially in order. For example, all messages related to a certain customer ID may be put on the same topic. This ensures that everything that customer is doing happens in order, and it also means that specific customer's messages will not block another customer's messages.

nguyer avatar Aug 12 '21 14:08 nguyer

Useful resource that tells you the API to use for this sample app.: https://hyperledger.github.io/firefly/gettingstarted/broadcast_data.html

lanasta avatar Oct 01 '21 17:10 lanasta

@lanasta I am commenting to get this issue assigned to me. I have a real world use case that might be good for showcasing Tags and Topic capability.

kmoralesml avatar Oct 01 '21 17:10 kmoralesml