Commit Graph

174 Commits

Author SHA1 Message Date
Alex a5e5fd0408
Bump netapp version to 0.5 2022-07-22 15:23:45 +02:00
Alex a0dac87e3b
Add Req::new 2022-07-22 15:16:50 +02:00
Alex cbc21e40ac
Impose static lifetime on message and response 2022-07-22 14:45:28 +02:00
Alex 4825669293
Remove copy of serialized thing in encode 2022-07-22 14:38:03 +02:00
Alex 50358b944a
Cargo fmt; better adapt with_capacity_values 2022-07-22 13:48:43 +02:00
Alex aa1b29d41a
Terminology: don't use the word "body" anymore, talk of "attached stream" 2022-07-22 13:44:48 +02:00
Alex 67ea3a48fa
Add Resp::into_parts 2022-07-22 13:40:06 +02:00
Alex b9df442f03
Small optimization 2022-07-22 13:32:08 +02:00
Alex 50627c2060
Add comment 2022-07-22 13:27:56 +02:00
Alex f9db9a4b69
Simplify send.rs 2022-07-22 13:23:42 +02:00
Alex 5da59ebec5
Move things around and fix error bit 2022-07-22 13:06:10 +02:00
Alex 9cb28c21b4
Use bounded channels on receive side for backpressure 2022-07-22 13:01:52 +02:00
Alex 0b71ca12f9
Clean up framing protocol 2022-07-22 12:45:38 +02:00
Alex c358fe3c92
Hide streaming versions as much as possible 2022-07-22 10:55:37 +02:00
Alex 4934ed726d
Propose alternative API 2022-07-21 20:22:56 +02:00
Alex 7d148c7e76
One possibility, but I don't like it 2022-07-21 19:25:07 +02:00
Alex 44bbc1c00c
Rename AutoSerialize into SimpleMessage and refactor a bit 2022-07-21 19:05:51 +02:00
Alex 26989bba14
Use Bytes instead of Vec<u8> 2022-07-21 18:15:07 +02:00
Alex 9dffa812c4
Refactor send.rs 2022-07-21 17:59:15 +02:00
Alex f35fa7d18d
Move things around 2022-07-21 17:37:52 +02:00
trinity-1686a cdff8ae1be add detection of premature eos 2022-07-18 15:21:13 +02:00
trinity-1686a d3d18b8e8b use a framing protocol instead of even/odd channel 2022-06-20 23:40:31 +02:00
trinity-1686a 0fec85b47a start supporting sending error on stream 2022-06-19 18:42:27 +02:00
trinity-1686a 5d7541e13a wait for any ready stream instead of the highest priority one 2022-06-19 17:47:41 +02:00
trinity-1686a 4745e7c4ba further work on streams
most changes still required are related to error handling
2022-06-08 09:54:38 +02:00
trinity-1686a fb5462ecdb rechunk stream 2022-06-05 16:47:29 +02:00
trinity-1686a 368ba90879 initial work on associated stream
still require testing, and fixing a few kinks:
- sending packets > 16k truncate them
- send one more packet than it could at eos
- probably update documentation

/!\ contains breaking changes
2022-06-05 15:33:43 +02:00
Alex 648e015e3a
Update version 2022-05-09 12:01:02 +02:00
Alex 12fb3516c0
Also add addresses from incoming connections 2022-05-09 12:00:01 +02:00
Alex 677c471548
Handle the possibility of several alternative IP addresses for peers 2022-05-09 11:54:34 +02:00
Alex faecefc7a8
Fix span kind for RPC client side 2022-04-07 10:31:37 +02:00
Alex b1425230cc
Release 0.4.1 2022-03-15 17:05:29 +01:00
Alex 22eaa0f404
Add logic to handle ping timeouts and other failures 2022-03-15 17:03:41 +01:00
Alex fa7cdf3747
Fix test 2022-02-21 17:11:15 +01:00
Alex 96d1f14966
Avoid logging full node IDs 2022-02-21 16:57:07 +01:00
Alex 8858c94289
Implement version tag for application as well 2022-02-21 16:43:17 +01:00
Alex 96a3cc1e1f
Implement version check & transmit more error info 2022-02-21 13:45:41 +01:00
Alex 5bf3886fa2
fix 2022-02-21 13:11:49 +01:00
Alex 8f5cf60da3
Add missing deps to drone 2022-02-21 12:20:19 +01:00
Alex 3535d15bbd
Fix imports; rust stable in CI 2022-02-21 12:17:01 +01:00
Alex f439716500
remove unneeded dependency 2022-02-21 12:04:43 +01:00
Alex 706a3b4ac4
Formatting & clippy 2022-02-21 12:04:09 +01:00
Alex 3b8bff6341
Refactoring 2022-02-21 12:01:04 +01:00
Alex 109d6c143d Add length of query to span 2022-02-18 20:23:10 +01:00
Alex fb6b4dc9a9 Correct implementation of distributed tracing 2022-02-18 20:10:46 +01:00
Alex ab0f7785ae Add telemetry 2022-02-18 19:01:59 +01:00
Alex dc0b5c0305
Add method to know endpoint path 2022-02-16 13:00:26 +01:00
Alex c20d36892b
Ignore error when sending goodbye 2021-10-25 13:58:42 +02:00
Alex bb4ddf3b61
Better handle connection closing 2021-10-25 09:27:57 +02:00
Alex 9b64c27da6
clippy & fmt 2021-10-22 15:20:07 +02:00