packline
packline copied to clipboard
## Detailed Description Add unitary tests to cover 100% of our code. ## Context It is important that all functions of our code are covered by tests, we cant guarantee...
## Description Add produce message in flow protocol ## Motivation and Context It is needed a way of publishing new messages in a channel trough client interface. ## Types of...
The message must have a body and a header |Message| Type| |--|--| |Header| `Map`| |Body| `Bytes` |
Collect all messages that must be deleted/expired in each channel
Add stream support over flow connection reducing metadata sent in each request for consumers and producers.