|
|
|
|
|
by dagss
159 days ago
|
|
Nice to see HTTP API for consuming events. I wish there was a standard protocol for consuming event logs, and that all the client side tooling for processing them didn't care what server was there. I was part of making this: https://github.com/vippsas/feedapi-spec https://github.com/vippsas/feedapi-spec/blob/main/SPEC.md I hope some day there will be a widespread standard that looks something like this. An ecosystem building on Kafka clients libraries with various non-Kafka servers would work fine too, but we didn't figure out how to easily do that. |
|
I’d love a world where “consume an event log” is a standard protocol and client-side tooling doesn’t care which broker is behind it.
Feed API is very close to the mental model I’d want: stable offsets, paging, resumability, and explicit semantics over HTTP. Ayder’s current wedge is keeping the surface area minimal and obvious (curl-first), but long-term I’d much rather converge toward a shared model than invent yet another bespoke API.
If you’re open to it, I’d be very curious what parts of Feed API were hardest to standardize in practice and where you felt the tradeoffs landed in real systems.