Protocol feedback
Large-Scale Telemetry: Beckn Should Coordinate the Exchange
IES over Beckn works well for consent, discovery, contracts, signatures, callbacks, and delivery state. The actual data transfer method is domain-defined: inline for small payloads, or webhook notifications, polling, signed URLs, APIs, streams, or data rooms for larger production telemetry.
Delivery Method Guidance
| Use case | Method | Why |
|---|---|---|
| Demo or one meter/day | INLINE | Best for visibility and simple walkthroughs. |
| Large daily exports | DOWNLOAD | Return a signed URL, checksum, expiry, and format metadata. |
| Queryable history | API | Use pagination or async export jobs. |
| Near real-time telemetry | STREAM / POLL | Coordinate access through Beckn, then stream or poll through the application data plane. |
| Sensitive raw meter data | DATA_ROOM / DATA_ENCLAVE | Keep data governed without unrestricted raw export. |
BAP / BPP Interoperability Feedback
The BAP/BPP model is sound, but cross-party integration needs sharper tooling around registry resolution, callback completion, and diagnostics.