atoulme opened a new issue #68: Manage attributes for gossip URL: https://github.com/apache/incubator-tuweni/issues/68 The current gossip implementation allows that attributes be passed into the message when it is published. -We need to add attributes to the function listening for payloads. -We can probably also add the sender peer to the function listening for payloads, so the user if they so choose can log that they received from that peer first. Also, attributes are currently a string which is directly appended to the message headers. We could potentially make this a Map<String,Object> that can be mixed in to the message headers and serialized to BSON.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
