Implement JetStream #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Here's a partial TODO list for my JetStream implementation.
I really, I mean really hate NATS and their lack of documentation on how to implement JetStream, I'm not quite sure how their own clients get worked on... unless they had internal docs but why wouldn't they release them!?!?!??! A lot of the current code is inspired by the java client but it's the messiest and most perplexing library I've ever laid my eyes on... So far, I've been able to implement all the things I would need for my own projects. Performance is still slightly worse than Java but it's like 2ms vs 200μs for a simple KV getTODO
I need to dive into the consumer api of the official clients because there's no documentation and the json schemas I'm using don't give me enough info
The text was updated successfully, but these errors were encountered: