Commit 697efd8
Replace REST and RabbitMQ with gRPC
Consolidate the two separate communication protocols (protobuf
over REST via Hyper, and RabbitMQ for events) into a single gRPC
interface using tonic. This eliminates the RabbitMQ operational
dependency and gives clients strongly-typed generated stubs.
Events are now delivered via a server-streaming RPC backed by a
tokio broadcast channel. HMAC auth moves to a tonic interceptor
using timestamp-only signing since TLS guarantees body integrity.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 12ce2d1 commit 697efd8
69 files changed
Lines changed: 4487 additions & 5117 deletions
File tree
- .github/workflows
- e2e-tests
- src
- tests
- ldk-server-client
- src
- ldk-server-cli/src
- ldk-server-protos
- src
- proto
- ldk-server
- src
- api
- io
- events
- rabbitmq
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
This file was deleted.
0 commit comments