Commit 7dfe843
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 b21ccff commit 7dfe843
67 files changed
Lines changed: 4217 additions & 4883 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 | + | |
This file was deleted.
0 commit comments