Replies: 2 comments
-
For completeness, I should mention that e.g. |
Beta Was this translation helpful? Give feedback.
-
@bittrance we will resume work on #632 shortly, then follow it up with JetStream. About your second point: that is a possible approach, but errors we return to the users, are anyway not only communication errors. |
Beta Was this translation helpful? Give feedback.
-
It seems all errors in the jetstream module are converted into
io::Error
and type erased before passed to the caller. This makes it hard to write code that differentiate error cases. For example, upserting a kvstore seems to require parsing display strings? Or am I missing something?What is the maintainers' ambition here? There is an open PR #477 that seems to be a halfway implentation. Can I help?
Beta Was this translation helpful? Give feedback.
All reactions