hyperledger-firefly / hyperledger-firefly/firefly

Configurable payload limit for private messages

Open
#386 0 comments 0 reactions 1 assignee Claimed by @peterbroadhurst View on GitHub
Dominant language
Go
Stars
602
Forks
246
Avg merge
18h 47m
Merged PRs (30d)
6

Description

When sending private pinned messages FireFly will batch them and then send a single API call to the data exchange plugin. The issue with this approach is that the payload can get arbitrarily large. The batching mechanism should continue to accept new messages into the current batch as long as the combined payload does not exceed a configurable limit. Note also that if a single message with a payload that exceeds that limit is submitted to FireFly, it should be rejected.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.